jmlogin_main.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:id="@+id/linear"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:gravity="center"
  8. android:orientation="vertical"
  9. android:background="@drawable/jmloginb">
  10. <LinearLayout
  11. android:id="@+id/content_view"
  12. android:layout_width="@dimen/jm_login_width"
  13. android:layout_height="@dimen/jm_login_height_old"
  14. android:orientation="vertical" >
  15. <RelativeLayout
  16. android:layout_width="match_parent"
  17. android:layout_height="80dp"
  18. android:orientation="vertical" >
  19. <ImageView
  20. android:layout_width="60dp"
  21. android:layout_height="60dp"
  22. android:layout_centerVertical="true"
  23. android:layout_marginLeft="25dp"
  24. android:layout_marginTop="15dp"
  25. android:src="@drawable/jm_logo" />
  26. <TextView
  27. android:layout_width="wrap_content"
  28. android:layout_height="40dp"
  29. android:layout_centerHorizontal="true"
  30. android:layout_centerVertical="true"
  31. android:layout_marginTop="10dp"
  32. android:padding="5sp"
  33. android:text="@string/moblie_login_title"
  34. android:textColor="@color/jmfont_black"
  35. android:textSize="22sp" />
  36. <ImageView
  37. android:id="@+id/ivkefu"
  38. android:layout_width="25dp"
  39. android:layout_height="25dp"
  40. android:layout_alignParentRight="true"
  41. android:layout_centerVertical="true"
  42. android:layout_marginRight="15dp"
  43. android:src="@drawable/jm_kefu" />
  44. <TextView
  45. android:id="@+id/tvversion"
  46. android:layout_below="@+id/ivkefu"
  47. android:layout_width="wrap_content"
  48. android:layout_height="wrap_content"
  49. tools:text="v1.0.1"
  50. android:layout_alignParentRight="true"
  51. android:textColor="#d5dad3"
  52. android:textSize="10sp"
  53. android:layout_marginRight="15dp"
  54. />
  55. </RelativeLayout>
  56. <LinearLayout
  57. android:layout_width="match_parent"
  58. android:layout_height="wrap_content"
  59. android:layout_gravity="center"
  60. android:layout_marginLeft="15dp"
  61. android:layout_marginRight="15dp"
  62. android:orientation="vertical" >
  63. <RelativeLayout
  64. android:layout_width="wrap_content"
  65. android:layout_height="40dp" >
  66. <RelativeLayout
  67. android:id="@+id/iphoe_bg"
  68. android:layout_width="60dp"
  69. android:layout_height="35dp"
  70. android:layout_margin="5dp" >
  71. <TextView
  72. android:id="@+id/mobileidtv"
  73. android:layout_width="wrap_content"
  74. android:layout_height="wrap_content"
  75. android:layout_centerVertical="true"
  76. android:text="+86"
  77. android:textColor="@color/jmfont_black"
  78. android:textSize="18sp" />
  79. <ImageView
  80. android:id="@+id/ivpull"
  81. android:layout_width="wrap_content"
  82. android:layout_height="wrap_content"
  83. android:layout_centerVertical="true"
  84. android:layout_marginLeft="10dp"
  85. android:layout_toRightOf="@+id/mobileidtv"
  86. android:background="@drawable/jm_iphone" />
  87. </RelativeLayout>
  88. <EditText
  89. android:id="@+id/edit_iphone"
  90. android:layout_width="match_parent"
  91. android:layout_height="35dp"
  92. android:layout_alignParentTop="true"
  93. android:layout_centerHorizontal="true"
  94. android:layout_marginLeft="10dp"
  95. android:layout_toRightOf="@+id/iphoe_bg"
  96. android:background="@null"
  97. android:gravity="center_vertical"
  98. android:hint="@string/moblie_edit_hint"
  99. android:imeOptions="actionNext"
  100. android:inputType="phone"
  101. android:maxLength="25"
  102. android:textCursorDrawable="@null"
  103. android:nextFocusForward="@+id/edit_code"
  104. android:singleLine="true"
  105. android:textColor="#000000"
  106. android:textColorHint="#d5dad3"
  107. android:textSize="18sp" >
  108. </EditText>
  109. </RelativeLayout>
  110. <View
  111. android:layout_width="match_parent"
  112. android:layout_height="1dp"
  113. android:layout_marginLeft="5dp"
  114. android:layout_marginRight="5dp"
  115. android:layout_marginTop="5dp"
  116. android:alpha="0.5"
  117. android:background="#d6d6d6" />
  118. </LinearLayout>
  119. <LinearLayout
  120. android:layout_width="match_parent"
  121. android:layout_height="wrap_content"
  122. android:layout_gravity="center"
  123. android:layout_marginLeft="15dp"
  124. android:layout_marginRight="15dp"
  125. android:layout_marginTop="10dp"
  126. android:orientation="vertical" >
  127. <RelativeLayout
  128. android:layout_width="wrap_content"
  129. android:layout_height="40dp" >
  130. <RelativeLayout
  131. android:id="@+id/code_bg"
  132. android:layout_width="60dp"
  133. android:layout_height="35dp"
  134. android:layout_margin="5dp" >
  135. <TextView
  136. android:layout_width="wrap_content"
  137. android:layout_height="wrap_content"
  138. android:layout_centerVertical="true"
  139. android:text="@string/moblie_text_msg"
  140. android:textColor="@color/jmfont_black"
  141. android:textSize="18sp" />
  142. </RelativeLayout>
  143. <EditText
  144. android:id="@+id/edit_code"
  145. android:layout_width="match_parent"
  146. android:layout_height="35dp"
  147. android:layout_alignParentTop="true"
  148. android:layout_centerHorizontal="true"
  149. android:layout_marginLeft="13dp"
  150. android:layout_toRightOf="@+id/code_bg"
  151. android:background="@null"
  152. android:gravity="center_vertical"
  153. android:hint="@string/moblie_edit_code_hint"
  154. android:imeOptions="actionDone"
  155. android:inputType="number"
  156. android:maxLength="6"
  157. android:textCursorDrawable="@null"
  158. android:singleLine="true"
  159. android:textColor="#000000"
  160. android:textColorHint="#d5dad3"
  161. android:textSize="18sp" >
  162. </EditText>
  163. <Button
  164. android:id="@+id/ibcode"
  165. android:layout_width="74dp"
  166. android:layout_height="35dp"
  167. android:layout_alignParentRight="true"
  168. android:layout_centerHorizontal="true"
  169. android:layout_margin="5dp"
  170. android:background="@drawable/jm_blues_codebtn_style"
  171. android:text="@string/moblie_bt_code"
  172. android:textColor="@color/jmfont_white"
  173. android:textSize="10sp" />
  174. </RelativeLayout>
  175. <View
  176. android:layout_width="match_parent"
  177. android:layout_height="1dp"
  178. android:layout_marginLeft="5dp"
  179. android:layout_marginRight="5dp"
  180. android:layout_marginTop="5dp"
  181. android:alpha="0.5"
  182. android:background="#d6d6d6" />
  183. </LinearLayout>
  184. <RelativeLayout
  185. android:layout_width="match_parent"
  186. android:layout_height="35dp"
  187. android:layout_marginLeft="25dp"
  188. android:layout_marginRight="25dp" >
  189. <TextView
  190. android:id="@+id/tvforgot"
  191. android:layout_width="wrap_content"
  192. android:layout_height="wrap_content"
  193. android:layout_alignParentRight="true"
  194. android:layout_centerVertical="true"
  195. android:padding="5sp"
  196. android:visibility="invisible"
  197. android:text="@string/user_forgot_msg"
  198. android:textColor="@color/jmfont_gray"
  199. android:textSize="16sp" />
  200. </RelativeLayout>
  201. <LinearLayout
  202. android:layout_width="match_parent"
  203. android:layout_height="wrap_content"
  204. android:layout_gravity="center"
  205. android:layout_marginLeft="15dp"
  206. android:layout_marginRight="15dp"
  207. android:orientation="vertical" >
  208. <RelativeLayout
  209. android:layout_width="match_parent"
  210. android:layout_height="wrap_content"
  211. android:layout_marginLeft="15dp"
  212. android:layout_marginRight="15dp"
  213. >
  214. <Button
  215. android:id="@+id/userlgbt"
  216. android:layout_width="140dp"
  217. android:layout_height="40dp"
  218. android:background="@drawable/jm_cut_btn"
  219. android:drawableLeft="@drawable/jm_cut"
  220. android:paddingLeft="15dp"
  221. android:paddingRight="20dp"
  222. android:text="@string/moblie_bt_user"
  223. android:textColor="@color/jmfont_blues"
  224. android:textSize="16sp" />
  225. <Button
  226. android:id="@+id/mobilebt"
  227. android:layout_width="140dp"
  228. android:layout_height="40dp"
  229. android:layout_alignParentRight="true"
  230. android:background="@drawable/jmblues_btn_style"
  231. android:padding="5sp"
  232. android:text="@string/moblie_bt_login"
  233. android:textColor="@color/jmfont_white"
  234. android:textSize="16sp" />
  235. </RelativeLayout>
  236. <RelativeLayout
  237. android:layout_width="match_parent"
  238. android:layout_height="match_parent"
  239. android:layout_marginLeft="10dp"
  240. android:layout_marginRight="10dp"
  241. android:layout_marginTop="20dp" >
  242. <TextView
  243. android:layout_width="wrap_content"
  244. android:layout_height="35dp"
  245. android:layout_alignParentLeft="true"
  246. android:layout_centerVertical="true"
  247. android:id="@+id/tvvistor"
  248. android:padding="5sp"
  249. android:text="@string/moblie_text_visitor"
  250. android:textColor="@color/jmfont_gray"
  251. android:textSize="16sp" />
  252. <TextView
  253. android:id="@+id/ivregister"
  254. android:layout_width="wrap_content"
  255. android:layout_height="35dp"
  256. android:layout_alignParentRight="true"
  257. android:layout_centerVertical="true"
  258. android:padding="5sp"
  259. android:text="@string/moblie_text_register"
  260. android:textColor="@color/jmfont_gray"
  261. android:textSize="16sp" />
  262. </RelativeLayout>
  263. </LinearLayout>
  264. </LinearLayout>
  265. </LinearLayout>