Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="@drawable/rectangle_59"
  8. tools:context=".mtransfer">
  9.  
  10. <RelativeLayout
  11. android:id="@+id/header1"
  12. android:layout_width="match_parent"
  13. android:layout_height="100dp"
  14. android:layout_marginStart="-5dp"
  15. android:layout_marginEnd="-5dp"
  16. android:layout_marginBottom="10dp"
  17. android:background="@drawable/rectangle_4"
  18. android:padding="-20dp">
  19.  
  20. <ImageView
  21. android:id="@+id/headerlogo"
  22. android:layout_width="80dp"
  23. android:layout_height="match_parent"
  24. android:layout_marginStart="20dp"
  25. android:layout_marginTop="10dp"
  26. android:layout_marginBottom="10dp"
  27. android:background="@drawable/bluetransfer"
  28. android:gravity="center_vertical"
  29. android:importantForAccessibility="no" />
  30.  
  31. <TextView
  32. android:id="@+id/headertext"
  33. android:layout_width="wrap_content"
  34. android:layout_height="match_parent"
  35. android:layout_marginStart="10dp"
  36. android:layout_toEndOf="@id/headerlogo"
  37. android:contentDescription="@string/m_info_mainpage"
  38. android:focusable="true"
  39. android:focusableInTouchMode="true"
  40. android:fontFamily="@font/verdanai"
  41. android:gravity="center_vertical"
  42. android:text="@string/m_transfer"
  43. android:textAlignment="center"
  44. android:textColor="@color/bca_light_blue"
  45. android:textSize="28sp"
  46. android:importantForAccessibility="no"
  47. android:textStyle="bold">
  48.  
  49. <requestFocus />
  50. </TextView>
  51.  
  52. <ImageView
  53. android:layout_width="20dp"
  54. android:layout_height="20dp"
  55. android:layout_alignParentEnd="true"
  56. android:layout_centerVertical="true"
  57. android:layout_marginEnd="40dp"
  58. android:background="@drawable/green"
  59. android:contentDescription="@string/statusdesc" />
  60. </RelativeLayout>
  61.  
  62. <RelativeLayout
  63. android:id="@+id/content1"
  64. android:layout_width="match_parent"
  65. android:layout_height="wrap_content"
  66. android:layout_below="@id/header1">
  67.  
  68. <ScrollView
  69. android:id="@+id/scrollView1"
  70. android:layout_width="match_parent"
  71. android:layout_height="wrap_content">
  72.  
  73. <LinearLayout
  74. android:layout_width="match_parent"
  75. android:layout_height="wrap_content"
  76. android:orientation="vertical">
  77.  
  78. <ImageButton
  79. android:id="@+id/sub1"
  80. android:layout_width="match_parent"
  81. android:layout_height="50dp"
  82. android:layout_marginStart="5dp"
  83. android:layout_marginEnd="5dp"
  84. android:background="@drawable/transferheading1"
  85. android:contentDescription="@string/balancedesc" />
  86.  
  87. <ImageButton
  88. android:id="@+id/btn2"
  89. android:layout_width="match_parent"
  90. android:layout_height="50dp"
  91. android:layout_marginStart="5dp"
  92. android:layout_marginTop="5dp"
  93. android:layout_marginEnd="5dp"
  94. android:background="@drawable/transfer1"
  95. android:contentDescription="@string/mutasidesc" />
  96.  
  97. <ImageButton
  98. android:id="@+id/btn3"
  99. android:layout_width="match_parent"
  100. android:layout_height="50dp"
  101. android:layout_marginStart="5dp"
  102. android:layout_marginTop="5dp"
  103. android:layout_marginEnd="5dp"
  104. android:background="@drawable/transfer2"
  105. android:contentDescription="@string/depositodesc" />
  106.  
  107. <ImageView
  108. android:id="@+id/sub2"
  109. android:layout_width="match_parent"
  110. android:layout_height="40dp"
  111. android:layout_marginStart="5dp"
  112. android:layout_marginTop="25dp"
  113. android:layout_marginEnd="5dp"
  114. android:background="@drawable/transferheading2"
  115. android:importantForAccessibility="yes"
  116. android:contentDescription="@string/fcidesc" />
  117.  
  118. <ImageButton
  119. android:id="@+id/btn8"
  120. android:layout_width="match_parent"
  121. android:layout_height="50dp"
  122. android:layout_marginStart="5dp"
  123. android:layout_marginTop="5dp"
  124. android:layout_marginEnd="5dp"
  125. android:background="@drawable/transfer3"
  126. android:contentDescription="@string/fundaccountdesc" />
  127.  
  128. <ImageButton
  129. android:id="@+id/btn9"
  130. android:layout_width="match_parent"
  131. android:layout_height="50dp"
  132. android:layout_marginStart="5dp"
  133. android:layout_marginTop="5dp"
  134. android:layout_marginEnd="5dp"
  135. android:background="@drawable/transfer4"
  136. android:contentDescription="@string/fundmovementdesc" />
  137.  
  138. <ImageButton
  139. android:id="@+id/btn11"
  140. android:layout_width="match_parent"
  141. android:layout_height="50dp"
  142. android:layout_marginStart="5dp"
  143. android:layout_marginTop="5dp"
  144. android:layout_marginEnd="5dp"
  145. android:background="@drawable/transfer5"
  146. android:contentDescription="@string/ccdesc" />
  147.  
  148. <ImageButton
  149. android:id="@+id/btn12"
  150. android:layout_width="match_parent"
  151. android:layout_height="50dp"
  152. android:layout_marginStart="5dp"
  153. android:layout_marginTop="5dp"
  154. android:layout_marginEnd="5dp"
  155. android:background="@drawable/transfer6"
  156. android:contentDescription="@string/cctransdesc" />
  157.  
  158. <ImageButton
  159. android:id="@+id/btn13"
  160. android:layout_width="match_parent"
  161. android:layout_height="50dp"
  162. android:layout_marginStart="5dp"
  163. android:layout_marginTop="5dp"
  164. android:layout_marginEnd="5dp"
  165. android:background="@drawable/transfer7"
  166. android:contentDescription="@string/othersdesc" />
  167.  
  168. <ImageButton
  169. android:id="@+id/btn14"
  170. android:layout_width="match_parent"
  171. android:layout_height="50dp"
  172. android:layout_marginStart="5dp"
  173. android:layout_marginTop="5dp"
  174. android:layout_marginEnd="5dp"
  175. android:background="@drawable/transfer8"
  176. android:contentDescription="@string/inboxdesc" />
  177. </LinearLayout>
  178. </ScrollView>
  179. </RelativeLayout>
  180. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement