Guest User

Untitled

a guest
Oct 14th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.03 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:background="@drawable/title_bar"
  7. app:layout_constraintBottom_toBottomOf="parent">
  8.  
  9. <android.support.constraint.Guideline
  10. android:id="@+id/guideline2"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:orientation="vertical"
  14. app:layout_constraintGuide_percent="0.5" />
  15.  
  16. <android.support.constraint.Guideline
  17. android:id="@+id/guideline1"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:orientation="vertical"
  21. app:layout_constraintGuide_percent="0.25" />
  22.  
  23. <android.support.constraint.Guideline
  24. android:id="@+id/guideline3"
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content"
  27. android:orientation="vertical"
  28. app:layout_constraintGuide_percent="0.75" />
  29.  
  30. <uk.co.reach.gc.widget.CustomFontTextView
  31. android:id="@+id/textViewHomeInternetLabel"
  32. style="@style/Theme.Reach.HomeStatusPhone.Label"
  33. android:layout_width="0dp"
  34. android:layout_height="wrap_content"
  35. android:text="@string/home_internet_label"
  36. app:layout_constraintRight_toRightOf="@id/guideline1"
  37. app:layout_constraintLeft_toLeftOf="parent" />
  38.  
  39. <uk.co.reach.gc.widget.CustomFontTextView
  40. android:id="@+id/textViewHomeInternetStatus"
  41. style="@style/Theme.Reach.HomeStatusPhone"
  42. android:layout_height="wrap_content"
  43. android:layout_width="0dp"
  44. app:layout_constraintLeft_toLeftOf="parent"
  45. app:layout_constraintRight_toRightOf="@id/guideline1"
  46. app:layout_constraintTop_toBottomOf="@+id/textViewHomeInternetLabel"
  47. android:text="@string/home_internet_status" />
  48.  
  49. <uk.co.reach.gc.widget.CustomFontTextView
  50. android:id="@+id/textViewHomeServerLabel"
  51. style="@style/Theme.Reach.HomeStatusPhone.Label"
  52. android:layout_width="0dp"
  53. android:layout_height="wrap_content"
  54. app:layout_constraintLeft_toLeftOf="@id/guideline1"
  55. app:layout_constraintRight_toRightOf="@id/guideline2"
  56. android:text="@string/home_server_label" />
  57.  
  58. <uk.co.reach.gc.widget.CustomFontTextView
  59. android:id="@+id/textViewHomeServerStatus"
  60. style="@style/Theme.Reach.HomeStatusPhone"
  61. android:layout_width="0dp"
  62. android:layout_height="wrap_content"
  63. app:layout_constraintLeft_toLeftOf="@id/guideline1"
  64. app:layout_constraintRight_toRightOf="@id/guideline2"
  65. app:layout_constraintTop_toBottomOf="@+id/textViewHomeServerLabel"
  66. android:text="@string/home_server_status" />
  67.  
  68. <uk.co.reach.gc.widget.CustomFontTextView
  69. android:id="@+id/textViewHomeLastSyncLabel"
  70. style="@style/Theme.Reach.HomeStatusPhone.Label"
  71. android:layout_width="0dp"
  72. android:layout_height="wrap_content"
  73. app:layout_constraintLeft_toLeftOf="@id/guideline2"
  74. app:layout_constraintRight_toRightOf="@id/guideline3"
  75. android:text="@string/home_last_sync_label" />
  76.  
  77. <uk.co.reach.gc.widget.CustomFontTextView
  78. android:id="@+id/textViewHomeLastSyncDateTime"
  79. style="@style/Theme.Reach.HomeStatusPhone"
  80. android:layout_width="0dp"
  81. android:layout_height="wrap_content"
  82. app:layout_constraintLeft_toLeftOf="@id/guideline2"
  83. app:layout_constraintRight_toRightOf="@id/guideline3"
  84. app:layout_constraintTop_toBottomOf="@+id/textViewHomeLastSyncLabel"
  85. android:text="@string/home_last_sync_value" />
  86.  
  87. <uk.co.reach.gc.widget.CustomFontTextView
  88. android:id="@+id/textViewHomeViewLabel"
  89. style="@style/Theme.Reach.HomeStatusPhone.Label"
  90. android:layout_width="0dp"
  91. android:layout_height="wrap_content"
  92. app:layout_constraintLeft_toLeftOf="@id/guideline3"
  93. app:layout_constraintRight_toRightOf="parent"
  94. android:text="@string/home_view_label" />
  95.  
  96. <uk.co.reach.gc.widget.CustomFontTextView
  97. android:id="@+id/textViewHomeViewValue"
  98. style="@style/Theme.Reach.HomeStatusPhone"
  99. android:layout_width="0dp"
  100. android:layout_height="wrap_content"
  101. app:layout_constraintLeft_toLeftOf="@id/guideline3"
  102. app:layout_constraintRight_toRightOf="parent"
  103. app:layout_constraintTop_toBottomOf="@+id/textViewHomeViewLabel"
  104. android:text="@string/home_view_value" />
  105.  
  106. </android.support.constraint.ConstraintLayout>
  107.  
  108. <?xml version="1.0" encoding="utf-8"?>
  109. <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
  110. xmlns:app="http://schemas.android.com/apk/res-auto"
  111. android:layout_width="match_parent"
  112. android:layout_height="wrap_content"
  113. android:background="@drawable/title_bar"
  114. app:layout_constraintBottom_toBottomOf="parent">
  115.  
  116. <android.support.constraint.Guideline
  117. android:id="@+id/guideline2"
  118. android:layout_width="wrap_content"
  119. android:layout_height="wrap_content"
  120. android:orientation="vertical"
  121. app:layout_constraintGuide_percent="0.5" />
  122.  
  123. <android.support.constraint.Guideline
  124. android:id="@+id/guideline1"
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:orientation="vertical"
  128. app:layout_constraintGuide_percent="0.25" />
  129.  
  130. <android.support.constraint.Guideline
  131. android:id="@+id/guideline3"
  132. android:layout_width="wrap_content"
  133. android:layout_height="wrap_content"
  134. android:orientation="vertical"
  135. app:layout_constraintGuide_percent="0.75" />
  136.  
  137. <uk.co.reach.gc.widget.CustomFontTextView
  138. android:id="@+id/textViewHomeInternetLabel"
  139. style="@style/Theme.Reach.HomeStatusPhone.Label"
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:gravity="center"
  143. android:text="@string/home_internet_label"
  144. app:layout_constraintRight_toRightOf="@id/guideline1"
  145. app:layout_constraintLeft_toLeftOf="parent" />
  146.  
  147. <uk.co.reach.gc.widget.CustomFontTextView
  148. android:id="@+id/textViewHomeInternetStatus"
  149. style="@style/Theme.Reach.HomeStatusPhone"
  150. android:layout_height="wrap_content"
  151. android:layout_width="wrap_content"
  152. android:gravity="center"
  153. app:layout_constraintLeft_toLeftOf="parent"
  154. app:layout_constraintRight_toRightOf="@id/guideline1"
  155. app:layout_constraintBottom_toBottomOf="@+id/textViewHomeInternetLabel"
  156. android:text="@string/home_internet_status" />
  157.  
  158. <uk.co.reach.gc.widget.CustomFontTextView
  159. android:id="@+id/textViewHomeServerLabel"
  160. style="@style/Theme.Reach.HomeStatusPhone.Label"
  161. android:layout_width="wrap_content"
  162. android:layout_height="wrap_content"
  163. android:gravity="center"
  164. app:layout_constraintLeft_toLeftOf="@id/guideline1"
  165. app:layout_constraintRight_toRightOf="@id/guideline2"
  166. android:text="@string/home_server_label" />
  167.  
  168. <uk.co.reach.gc.widget.CustomFontTextView
  169. android:id="@+id/textViewHomeServerStatus"
  170. style="@style/Theme.Reach.HomeStatusPhone"
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:gravity="center"
  174. app:layout_constraintLeft_toLeftOf="@id/guideline1"
  175. app:layout_constraintRight_toRightOf="@id/guideline2"
  176. app:layout_constraintTop_toBottomOf="@+id/textViewHomeServerLabel"
  177. android:text="@string/home_server_status" />
  178.  
  179. <uk.co.reach.gc.widget.CustomFontTextView
  180. android:id="@+id/textViewHomeLastSyncLabel"
  181. style="@style/Theme.Reach.HomeStatusPhone.Label"
  182. android:layout_width="wrap_content"
  183. android:layout_height="wrap_content"
  184. android:gravity="center"
  185. app:layout_constraintLeft_toLeftOf="@id/guideline2"
  186. app:layout_constraintRight_toRightOf="@id/guideline3"
  187. android:text="@string/home_last_sync_label" />
  188.  
  189. <uk.co.reach.gc.widget.CustomFontTextView
  190. android:id="@+id/textViewHomeLastSyncDateTime"
  191. style="@style/Theme.Reach.HomeStatusPhone"
  192. android:layout_width="wrap_content"
  193. android:layout_height="wrap_content"
  194. android:gravity="center"
  195. app:layout_constraintLeft_toLeftOf="@id/guideline2"
  196. app:layout_constraintRight_toRightOf="@id/guideline3"
  197. app:layout_constraintTop_toBottomOf="@+id/textViewHomeLastSyncLabel"
  198. android:text="@string/home_last_sync_value" />
  199.  
  200. <uk.co.reach.gc.widget.CustomFontTextView
  201. android:id="@+id/textViewHomeViewLabel"
  202. style="@style/Theme.Reach.HomeStatusPhone.Label"
  203. android:layout_width="wrap_content"
  204. android:layout_height="wrap_content"
  205. android:gravity="center"
  206. app:layout_constraintLeft_toLeftOf="@id/guideline3"
  207. app:layout_constraintRight_toRightOf="parent"
  208. android:text="@string/home_view_label" />
  209.  
  210. <uk.co.reach.gc.widget.CustomFontTextView
  211. android:id="@+id/textViewHomeViewValue"
  212. style="@style/Theme.Reach.HomeStatusPhone"
  213. android:layout_width="wrap_content"
  214. android:layout_height="wrap_content"
  215. android:gravity="center"
  216. app:layout_constraintLeft_toLeftOf="@id/guideline3"
  217. app:layout_constraintRight_toRightOf="parent"
  218. app:layout_constraintTop_toBottomOf="@+id/textViewHomeViewLabel"
  219. android:text="@string/home_view_value" />
  220.  
  221. </android.support.constraint.ConstraintLayout>
  222.  
  223. android:gravity="center_horizontal"
  224.  
  225. android:layout_width="wrap_content"
  226.  
  227. <uk.co.reach.gc.widget.CustomFontTextView
  228. android:id="@+id/textViewHomeServerLabel"
  229. style="@style/Theme.Reach.HomeStatusPhone.Label"
  230. android:layout_width="0dp"
  231. android:layout_height="wrap_content"
  232. app:layout_constraintLeft_toLeftOf="@id/guideline1"
  233. app:layout_constraintRight_toRightOf="@id/guideline2"
  234. android:text="@string/home_server_label" />
  235.  
  236. <uk.co.reach.gc.widget.CustomFontTextView
  237. android:id="@+id/textViewHomeServerLabel"
  238. style="@style/Theme.Reach.HomeStatusPhone.Label"
  239. android:layout_width="0dp"
  240. android:layout_height="wrap_content"
  241. app:layout_constraintLeft_toRightOf="@id/guideline1"
  242. app:layout_constraintRight_toLeftOf="@id/guideline2"
  243. android:text="@string/home_server_label" />
Add Comment
Please, Sign In to add comment