Advertisement
Guest User

Untitled

a guest
Nov 11th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. xmlns:app="http://schemas.android.com/apk/res-auto">
  6.  
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content"
  10. android:orientation="vertical">
  11.  
  12. <TextView
  13. android:id="@+id/notificationsSettingsTextView"
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. android:layout_marginEnd="8dp"
  17. android:layout_marginStart="16dp"
  18. android:layout_marginTop="8dp"
  19. android:padding="10dp"
  20. android:text="@string/getting_started"
  21. android:textColor="@color/colorPrimary" />
  22.  
  23. <TextView
  24. android:id="@+id/cashbackAlertsTextView"
  25. android:layout_width="match_parent"
  26. android:layout_height="wrap_content"
  27. android:layout_marginEnd="8dp"
  28. android:layout_marginStart="16dp"
  29. android:layout_marginTop="8dp"
  30. android:background="?attr/selectableItemBackground"
  31. android:padding="10dp"
  32. android:text="@string/how_ippies_work" />
  33.  
  34. <TextView
  35. android:id="@+id/howSaveIppiesTextView"
  36. android:layout_width="match_parent"
  37. android:layout_height="wrap_content"
  38. android:layout_marginEnd="8dp"
  39. android:layout_marginStart="16dp"
  40. android:layout_marginTop="8dp"
  41. android:background="?attr/selectableItemBackground"
  42. android:padding="10dp"
  43. android:text="@string/how_save_ippies" />
  44.  
  45. <TextView
  46. android:id="@+id/howSpendIppiesTextView"
  47. android:layout_width="match_parent"
  48. android:layout_height="wrap_content"
  49. android:layout_marginEnd="8dp"
  50. android:layout_marginStart="16dp"
  51. android:layout_marginTop="8dp"
  52. android:background="?attr/selectableItemBackground"
  53. android:padding="10dp"
  54. android:text="@string/how_spend_ippies" />
  55.  
  56. <TextView
  57. android:id="@+id/guideTextView"
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:layout_marginEnd="8dp"
  61. android:layout_marginStart="16dp"
  62. android:layout_marginTop="8dp"
  63. android:background="?attr/selectableItemBackground"
  64. android:padding="10dp"
  65. android:text="@string/view_getting_started_guide" />
  66.  
  67. <View
  68. android:id="@+id/divider"
  69. android:layout_width="match_parent"
  70. android:layout_height="1dp"
  71. android:layout_marginEnd="8dp"
  72. android:layout_marginStart="16dp"
  73. android:layout_marginTop="8dp"
  74. android:background="@color/divider" />
  75.  
  76. <TextView
  77. android:id="@+id/QuestionsAboutTransactionsTextView"
  78. android:layout_width="match_parent"
  79. android:layout_height="wrap_content"
  80. android:layout_marginEnd="8dp"
  81. android:layout_marginStart="16dp"
  82. android:layout_marginTop="8dp"
  83. android:padding="10dp"
  84. android:text="@string/transactions_faq"
  85. android:textColor="@color/colorPrimary" />
  86.  
  87. <TextView
  88. android:id="@+id/notReceivedIppiesTextView"
  89. android:layout_width="match_parent"
  90. android:layout_height="wrap_content"
  91. android:layout_marginEnd="8dp"
  92. android:layout_marginStart="16dp"
  93. android:layout_marginTop="8dp"
  94. android:background="?attr/selectableItemBackground"
  95. android:padding="10dp"
  96. android:text="@string/not_received" />
  97.  
  98. <TextView
  99. android:id="@+id/toFewIppiesTextView"
  100. android:layout_width="match_parent"
  101. android:layout_height="wrap_content"
  102. android:layout_marginEnd="8dp"
  103. android:layout_marginStart="16dp"
  104. android:layout_marginTop="8dp"
  105. android:background="?attr/selectableItemBackground"
  106. android:padding="10dp"
  107. android:text="@string/to_few_ippies" />
  108.  
  109. <TextView
  110. android:id="@+id/toLongTextView"
  111. android:layout_width="match_parent"
  112. android:layout_height="wrap_content"
  113. android:layout_marginEnd="8dp"
  114. android:layout_marginStart="16dp"
  115. android:layout_marginTop="8dp"
  116. android:background="?attr/selectableItemBackground"
  117. android:padding="10dp"
  118. android:text="@string/to_long" />
  119.  
  120. <TextView
  121. android:id="@+id/ippiesWronglyCanceledTextView"
  122. android:layout_width="match_parent"
  123. android:layout_height="wrap_content"
  124. android:layout_marginEnd="8dp"
  125. android:layout_marginStart="16dp"
  126. android:layout_marginTop="8dp"
  127. android:background="?attr/selectableItemBackground"
  128. android:padding="10dp"
  129. android:text="@string/ippies_wrongly_canceled" />
  130.  
  131. <View
  132. android:id="@+id/divider2"
  133. android:layout_width="match_parent"
  134. android:layout_height="1dp"
  135. android:layout_marginEnd="8dp"
  136. android:layout_marginStart="16dp"
  137. android:layout_marginTop="8dp"
  138. android:background="@color/divider" />
  139.  
  140. <TextView
  141. android:id="@+id/questionsAndContacTextView"
  142. android:layout_width="match_parent"
  143. android:layout_height="wrap_content"
  144. android:layout_marginEnd="8dp"
  145. android:layout_marginStart="16dp"
  146. android:layout_marginTop="8dp"
  147. android:padding="10dp"
  148. android:text="@string/questions_and_contacts"
  149. android:textColor="@color/colorPrimary" />
  150.  
  151. <TextView
  152. android:id="@+id/frequentlyAskedQuestionsTextView"
  153. android:layout_width="match_parent"
  154. android:layout_height="wrap_content"
  155. android:layout_marginEnd="8dp"
  156. android:layout_marginStart="16dp"
  157. android:layout_marginTop="8dp"
  158. android:background="?attr/selectableItemBackground"
  159. android:padding="10dp"
  160. android:text="@string/frequently_asked_questions" />
  161.  
  162. <TextView
  163. android:id="@+id/reportErrorTextView"
  164. android:layout_width="match_parent"
  165. android:layout_height="wrap_content"
  166. android:layout_marginEnd="8dp"
  167. android:layout_marginStart="16dp"
  168. android:layout_marginTop="8dp"
  169. android:background="?attr/selectableItemBackground"
  170. android:padding="10dp"
  171. android:text="@string/report_error" />
  172.  
  173. <TextView
  174. android:id="@+id/questionAboutAppTextView"
  175. android:layout_width="match_parent"
  176. android:layout_height="wrap_content"
  177. android:layout_marginEnd="8dp"
  178. android:layout_marginStart="16dp"
  179. android:layout_marginTop="8dp"
  180. android:background="?attr/selectableItemBackground"
  181. android:padding="10dp"
  182. android:text="@string/question_about_app" />
  183.  
  184. <TextView
  185. android:id="@+id/anotherQuestionTextView"
  186. android:layout_width="match_parent"
  187. android:layout_height="wrap_content"
  188. android:layout_marginEnd="8dp"
  189. android:layout_marginStart="16dp"
  190. android:layout_marginTop="8dp"
  191. android:background="?attr/selectableItemBackground"
  192. android:padding="10dp"
  193. android:text="@string/another_question" />
  194.  
  195. <View
  196. android:id="@+id/divider5"
  197. android:layout_width="match_parent"
  198. android:layout_height="1dp"
  199. android:layout_marginEnd="8dp"
  200. android:layout_marginStart="16dp"
  201. android:layout_marginTop="8dp"
  202. android:background="@color/divider" />
  203.  
  204. <TextView
  205. android:id="@+id/privacyAndConditionsTextView"
  206. android:layout_width="match_parent"
  207. android:layout_height="wrap_content"
  208. android:layout_marginEnd="8dp"
  209. android:layout_marginStart="16dp"
  210. android:layout_marginTop="8dp"
  211. android:padding="10dp"
  212. android:text="@string/privacy_and_conditions"
  213. android:textColor="@color/colorPrimary" />
  214.  
  215. <TextView
  216. android:id="@+id/privacyDeclarationTextView"
  217. android:layout_width="match_parent"
  218. android:layout_height="wrap_content"
  219. android:layout_marginEnd="8dp"
  220. android:layout_marginStart="16dp"
  221. android:layout_marginTop="8dp"
  222. android:background="?attr/selectableItemBackground"
  223. android:padding="10dp"
  224. android:text="@string/privacy_declaration" />
  225.  
  226. <TextView
  227. android:id="@+id/termsConditionsTextView"
  228. android:layout_width="match_parent"
  229. android:layout_height="wrap_content"
  230. android:layout_marginEnd="8dp"
  231. android:layout_marginStart="16dp"
  232. android:layout_marginTop="8dp"
  233. android:background="?attr/selectableItemBackground"
  234. android:padding="10dp"
  235. android:text="@string/terms_conditions" />
  236.  
  237.  
  238. <View
  239. android:id="@+id/divider6"
  240. android:layout_width="match_parent"
  241. android:layout_height="1dp"
  242. android:layout_marginEnd="8dp"
  243. android:layout_marginStart="16dp"
  244. android:layout_marginTop="8dp"
  245. android:background="@color/divider" />
  246.  
  247. <TextView
  248. android:id="@+id/contactUsTextView"
  249. android:layout_width="match_parent"
  250. android:layout_height="wrap_content"
  251. android:layout_marginEnd="8dp"
  252. android:layout_marginStart="16dp"
  253. android:layout_marginTop="8dp"
  254. android:padding="10dp"
  255. android:text="@string/contact_us"
  256. android:textColor="@color/colorPrimary" />
  257.  
  258. <TextView
  259. android:id="@+id/sendAppFeedbackTextView"
  260. android:layout_width="match_parent"
  261. android:layout_height="wrap_content"
  262. android:layout_marginEnd="8dp"
  263. android:layout_marginStart="16dp"
  264. android:layout_marginTop="8dp"
  265. android:background="?attr/selectableItemBackground"
  266. android:padding="10dp"
  267. android:text="@string/send_app_feedback" />
  268.  
  269. <View
  270. android:id="@+id/divider3"
  271. android:layout_width="match_parent"
  272. android:layout_height="1dp"
  273. android:layout_marginEnd="8dp"
  274. android:layout_marginStart="16dp"
  275. android:layout_marginTop="8dp"
  276. android:background="@color/divider" />
  277.  
  278. <TextView
  279. android:id="@+id/versionTextView"
  280. android:layout_width="match_parent"
  281. android:layout_height="wrap_content"
  282. android:layout_marginEnd="8dp"
  283. android:layout_marginStart="16dp"
  284. android:layout_marginTop="8dp"
  285. android:padding="10dp"
  286. android:text="@string/version"
  287. android:textColor="@color/colorPrimary" />
  288.  
  289. <TextView
  290. android:id="@+id/versionNumberTextView"
  291. android:layout_width="match_parent"
  292. android:layout_height="wrap_content"
  293. android:layout_marginEnd="8dp"
  294. android:layout_marginStart="16dp"
  295. android:layout_marginTop="8dp"
  296. android:background="?attr/selectableItemBackground"
  297. android:padding="10dp"
  298. tools:text="1.0.1" />
  299.  
  300. <View
  301. android:id="@+id/divider4"
  302. android:layout_width="match_parent"
  303. android:layout_height="1dp"
  304. android:layout_marginEnd="8dp"
  305. android:layout_marginStart="16dp"
  306. android:layout_marginTop="8dp"
  307. android:background="@color/divider" />
  308.  
  309.  
  310. </LinearLayout>
  311.  
  312. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement