Advertisement
alfaisalvpn

Layout

Mar 7th, 2020
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. android:layout_height="match_parent"
  6. android:layout_width="match_parent"
  7. android:layout_marginBottom="50dp">
  8.  
  9. <LinearLayout
  10. android:layout_height="match_parent"
  11. android:layout_width="match_parent"
  12. android:orientation="vertical">
  13.  
  14. <RelativeLayout
  15. android:gravity="center"
  16. android:orientation="vertical"
  17. android:layout_width="fill_parent"
  18. android:layout_height="fill_parent"
  19. android:layout_weight="1.0">
  20.  
  21. <net.magicph.sshinjector.view.RippleBackground
  22. android:layout_width="match_parent"
  23. android:layout_height="match_parent"
  24. android:id="@+id/content"
  25. app:rb_color="?colorPrimaryDark"
  26. app:rb_radius="32dp"
  27. app:rb_rippleAmount="6"
  28. app:rb_duration="3000"
  29. app:rb_scale="6">
  30.  
  31. </net.magicph.sshinjector.view.RippleBackground>
  32.  
  33. <net.magicph.sshinjector.view.CuboidButton
  34. android:id="@+id/connect"
  35. android:layout_width="120dp"
  36. android:layout_height="120dp"
  37. app:cub_border_color="?colorPrimaryDark"
  38. app:cub_border_radius="4dp"
  39. app:cub_color="?colorPrimary"
  40. app:cub_hover_color="?colorPrimaryDark"
  41. app:cub_riple_effect="true"
  42. app:cub_icon="@drawable/ic_stop"
  43. android:layout_centerInParent="true"/>
  44.  
  45. </RelativeLayout>
  46.  
  47. <RelativeLayout
  48. android:layout_height="wrap_content"
  49. android:layout_width="match_parent"
  50. android:layout_marginLeft="15.0dip"
  51. android:layout_marginTop="20.0dip"
  52. android:layout_marginRight="15.0dip"
  53. android:orientation="vertical">
  54.  
  55. <LinearLayout
  56. android:layout_height="45dp"
  57. android:layout_width="match_parent"
  58. android:background="@drawable/renz_card_frame"
  59. android:orientation="horizontal"
  60. android:layout_marginTop="10dp"
  61. android:gravity="left|center"
  62. android:layout_margin="5dp">
  63.  
  64. <RelativeLayout
  65. android:layout_height="wrap_content"
  66. android:layout_width="match_parent">
  67.  
  68. <Spinner
  69. android:id="@+id/serverSpin"
  70. android:layout_width="fill_parent"
  71. android:layout_height="wrap_content"
  72. android:layout_marginLeft="55.0dip"
  73. android:background="#00000000"/>
  74.  
  75. <ImageView
  76. android:layout_gravity="center"
  77. android:layout_width="40.0dip"
  78. android:layout_height="wrap_content"
  79. android:src="@drawable/arrow_down"
  80. android:layout_alignParentRight="true"
  81. android:layout_centerVertical="true"/>
  82.  
  83. </RelativeLayout>
  84.  
  85. </LinearLayout>
  86.  
  87. <RelativeLayout
  88. android:gravity="center"
  89. android:layout_width="55.0dip"
  90. android:layout_height="55dp">
  91.  
  92. <RelativeLayout
  93. android:background="@drawable/matss_text"
  94. android:layout_width="wrap_content"
  95. android:layout_height="wrap_content">
  96.  
  97. <RelativeLayout
  98. android:background="@drawable/cmd_server_network"
  99. android:layout_width="18.0dip"
  100. android:layout_height="18.0dip"
  101. android:layout_margin="5.0dip"/>
  102.  
  103. </RelativeLayout>
  104.  
  105. </RelativeLayout>
  106.  
  107. <TextView
  108. android:layout_height="wrap_content"
  109. android:textAppearance="?android:attr/textAppearanceSmall"
  110. android:layout_width="wrap_content"
  111. android:text="ONLINE SERVER'S"
  112. android:background="@drawable/renz_circle_text"
  113. android:textColor="#FFFFFF"
  114. android:textStyle="bold"
  115. android:textSize="7sp"
  116. android:typeface="sans"
  117. android:gravity="center"
  118. android:paddingLeft="5dp"
  119. android:paddingRight="5dp"
  120. android:layout_marginTop="1dp"
  121. android:layout_centerInParent="true"
  122. android:layout_alignParentTop="true"/>
  123.  
  124. </RelativeLayout>
  125.  
  126. <RelativeLayout
  127. android:id="@+id/serverTypeSpinCardView"
  128. android:layout_height="wrap_content"
  129. android:layout_width="match_parent"
  130. android:layout_marginLeft="15.0dip"
  131. android:layout_marginTop="10.0dip"
  132. android:layout_marginRight="15.0dip"
  133. android:orientation="vertical">
  134.  
  135. <LinearLayout
  136. android:layout_height="45dp"
  137. android:layout_width="match_parent"
  138. android:background="@drawable/renz_card_frame"
  139. android:orientation="horizontal"
  140. android:layout_marginTop="10dp"
  141. android:gravity="left|center"
  142. android:layout_margin="5dp">
  143.  
  144. <RelativeLayout
  145. android:layout_height="wrap_content"
  146. android:layout_width="match_parent">
  147.  
  148. <Spinner
  149. android:id="@+id/tweakSpin"
  150. android:layout_width="fill_parent"
  151. android:layout_height="wrap_content"
  152. android:layout_marginLeft="55.0dip"
  153. android:background="#00000000"/>
  154.  
  155. <ImageView
  156. android:layout_gravity="center"
  157. android:layout_width="40.0dip"
  158. android:layout_height="wrap_content"
  159. android:src="@drawable/arrow_down"
  160. android:layout_alignParentRight="true"
  161. android:layout_centerVertical="true"/>
  162.  
  163. </RelativeLayout>
  164.  
  165. </LinearLayout>
  166.  
  167. <RelativeLayout
  168. android:gravity="center"
  169. android:layout_width="55.0dip"
  170. android:layout_height="55dp">
  171.  
  172. <RelativeLayout
  173. android:background="@drawable/matss_text"
  174. android:layout_width="wrap_content"
  175. android:layout_height="wrap_content">
  176.  
  177. <RelativeLayout
  178. android:background="@drawable/cmd_sim"
  179. android:layout_width="18.0dip"
  180. android:layout_height="18.0dip"
  181. android:layout_margin="5.0dip"/>
  182.  
  183. </RelativeLayout>
  184.  
  185. </RelativeLayout>
  186.  
  187. <TextView
  188. android:layout_height="wrap_content"
  189. android:textAppearance="?android:attr/textAppearanceSmall"
  190. android:layout_width="wrap_content"
  191. android:text="NETWORK PAYLOAD"
  192. android:background="@drawable/renz_circle_text"
  193. android:textColor="#FFFFFF"
  194. android:textStyle="bold"
  195. android:textSize="7sp"
  196. android:typeface="sans"
  197. android:gravity="center"
  198. android:paddingLeft="5dp"
  199. android:paddingRight="5dp"
  200. android:layout_marginTop="1dp"
  201. android:layout_centerInParent="true"
  202. android:layout_alignParentTop="true"/>
  203.  
  204. </RelativeLayout>
  205.  
  206. </LinearLayout>
  207.  
  208. <RelativeLayout
  209. android:layout_width="match_parent"
  210. android:layout_height="wrap_content"
  211. android:id="@+id/adView"
  212. android:layout_centerInParent="true"
  213. android:visibility="gone"/>
  214.  
  215. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement