ssl_certificate.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content">
  5. <LinearLayout
  6. android:gravity="start"
  7. android:orientation="vertical"
  8. android:id="@+id/body"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content">
  11. <LinearLayout
  12. android:orientation="vertical"
  13. android:id="@+id/placeholder"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:layout_marginTop="12dp" />
  17. <ImageView
  18. android:gravity="fill_horizontal"
  19. android:id="@+id/title_separator"
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:src="@android:drawable/divider_horizontal_dark"
  23. android:scaleType="fitXY"
  24. android:layout_weight="1"
  25. android:layout_marginStart="20dp"
  26. android:layout_marginEnd="20dp" />
  27. <TextView
  28. android:textStyle="bold"
  29. android:id="@+id/issued_to_header"
  30. android:layout_width="match_parent"
  31. android:layout_height="wrap_content"
  32. android:layout_marginTop="12dp"
  33. android:layout_marginBottom="7dp"
  34. android:text="@string/boxsdk_issued_to"
  35. android:layout_marginStart="20dp"
  36. android:layout_marginEnd="20dp" />
  37. <TextView
  38. android:id="@+id/to_common_header"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:text="@string/boxsdk_common_name"
  42. android:layout_marginStart="20dp"
  43. android:layout_marginEnd="20dp" />
  44. <TextView
  45. android:id="@+id/to_common"
  46. android:layout_width="match_parent"
  47. android:layout_height="wrap_content"
  48. android:layout_marginBottom="7dp"
  49. android:layout_marginStart="20dp"
  50. android:layout_marginEnd="20dp" />
  51. <TextView
  52. android:id="@+id/to_org_header"
  53. android:layout_width="match_parent"
  54. android:layout_height="wrap_content"
  55. android:text="@string/boxsdk_org_name"
  56. android:layout_marginStart="20dp"
  57. android:layout_marginEnd="20dp" />
  58. <TextView
  59. android:id="@+id/to_org"
  60. android:layout_width="match_parent"
  61. android:layout_height="wrap_content"
  62. android:layout_marginBottom="7dp"
  63. android:layout_marginStart="20dp"
  64. android:layout_marginEnd="20dp" />
  65. <TextView
  66. android:id="@+id/to_org_unit_header"
  67. android:layout_width="match_parent"
  68. android:layout_height="wrap_content"
  69. android:text="@string/boxsdk_org_unit"
  70. android:layout_marginStart="20dp"
  71. android:layout_marginEnd="20dp" />
  72. <TextView
  73. android:id="@+id/to_org_unit"
  74. android:layout_width="match_parent"
  75. android:layout_height="wrap_content"
  76. android:layout_marginBottom="7dp"
  77. android:layout_marginStart="20dp"
  78. android:layout_marginEnd="20dp" />
  79. <TextView
  80. android:textStyle="bold"
  81. android:id="@+id/issued_by_header"
  82. android:layout_width="match_parent"
  83. android:layout_height="wrap_content"
  84. android:layout_marginTop="12dp"
  85. android:layout_marginBottom="7dp"
  86. android:text="@string/boxsdk_issued_by"
  87. android:layout_marginStart="20dp"
  88. android:layout_marginEnd="20dp" />
  89. <TextView
  90. android:id="@+id/by_common_header"
  91. android:layout_width="match_parent"
  92. android:layout_height="wrap_content"
  93. android:text="@string/boxsdk_common_name"
  94. android:layout_marginStart="20dp"
  95. android:layout_marginEnd="20dp" />
  96. <TextView
  97. android:id="@+id/by_common"
  98. android:layout_width="match_parent"
  99. android:layout_height="wrap_content"
  100. android:layout_marginBottom="7dp"
  101. android:layout_marginStart="20dp"
  102. android:layout_marginEnd="20dp" />
  103. <TextView
  104. android:id="@+id/by_org_header"
  105. android:layout_width="match_parent"
  106. android:layout_height="wrap_content"
  107. android:text="@string/boxsdk_org_name"
  108. android:layout_marginStart="20dp"
  109. android:layout_marginEnd="20dp" />
  110. <TextView
  111. android:id="@+id/by_org"
  112. android:layout_width="match_parent"
  113. android:layout_height="wrap_content"
  114. android:layout_marginBottom="7dp"
  115. android:layout_marginStart="20dp"
  116. android:layout_marginEnd="20dp" />
  117. <TextView
  118. android:id="@+id/by_org_unit_header"
  119. android:layout_width="match_parent"
  120. android:layout_height="wrap_content"
  121. android:text="@string/boxsdk_org_unit"
  122. android:layout_marginStart="20dp"
  123. android:layout_marginEnd="20dp" />
  124. <TextView
  125. android:id="@+id/by_org_unit"
  126. android:layout_width="match_parent"
  127. android:layout_height="wrap_content"
  128. android:layout_marginBottom="7dp"
  129. android:layout_marginStart="20dp"
  130. android:layout_marginEnd="20dp" />
  131. <TextView
  132. android:textStyle="bold"
  133. android:id="@+id/validity_header"
  134. android:layout_width="match_parent"
  135. android:layout_height="wrap_content"
  136. android:layout_marginTop="12dp"
  137. android:layout_marginBottom="7dp"
  138. android:text="@string/boxsdk_validity_period"
  139. android:layout_marginStart="20dp"
  140. android:layout_marginEnd="20dp" />
  141. <TextView
  142. android:id="@+id/issued_on_header"
  143. android:layout_width="match_parent"
  144. android:layout_height="wrap_content"
  145. android:text="@string/boxsdk_issued_on"
  146. android:layout_marginStart="20dp"
  147. android:layout_marginEnd="20dp" />
  148. <TextView
  149. android:id="@+id/issued_on"
  150. android:layout_width="match_parent"
  151. android:layout_height="wrap_content"
  152. android:layout_marginBottom="7dp"
  153. android:layout_marginStart="20dp"
  154. android:layout_marginEnd="20dp" />
  155. <TextView
  156. android:id="@+id/expires_on_header"
  157. android:layout_width="match_parent"
  158. android:layout_height="wrap_content"
  159. android:text="@string/boxsdk_expires_on"
  160. android:layout_marginStart="20dp"
  161. android:layout_marginEnd="20dp" />
  162. <TextView
  163. android:id="@+id/expires_on"
  164. android:layout_width="match_parent"
  165. android:layout_height="wrap_content"
  166. android:layout_marginBottom="7dp"
  167. android:layout_marginStart="20dp"
  168. android:layout_marginEnd="20dp" />
  169. </LinearLayout>
  170. </ScrollView>