jmsetpwd_3.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/linear"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center"
  7. android:orientation="vertical" >
  8. <LinearLayout
  9. android:layout_width="@dimen/jm_login_width"
  10. android:layout_height="@dimen/jm_login_height"
  11. android:background="@drawable/jm_skin3_bg"
  12. android:orientation="vertical" >
  13. <RelativeLayout
  14. android:layout_width="match_parent"
  15. android:layout_height="80dp"
  16. android:orientation="vertical" >
  17. <ImageView
  18. android:id="@+id/logo"
  19. android:layout_width="@dimen/jm_login_logo_height"
  20. android:layout_height="@dimen/jm_login_logo_height"
  21. android:layout_centerVertical="true"
  22. android:layout_marginLeft="25dp"
  23. android:layout_marginTop="15dp"
  24. android:background="@drawable/jm_logo_3" />
  25. <TextView
  26. android:layout_width="wrap_content"
  27. android:layout_height="40dp"
  28. android:layout_centerHorizontal="true"
  29. android:layout_centerVertical="true"
  30. android:layout_margin="5dp"
  31. android:layout_marginRight="25dp"
  32. android:layout_marginTop="10dp"
  33. android:padding="5sp"
  34. android:text="@string/setpwd_text_title"
  35. android:textColor="@color/jmfont_black"
  36. android:textSize="20sp" />
  37. </RelativeLayout>
  38. <LinearLayout
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:layout_gravity="center"
  42. android:layout_marginLeft="15dp"
  43. android:layout_marginRight="15dp"
  44. android:orientation="vertical" >
  45. <RelativeLayout
  46. android:layout_width="wrap_content"
  47. android:layout_height="40dp" >
  48. <TextView
  49. android:id="@+id/usertv"
  50. android:layout_width="wrap_content"
  51. android:layout_height="wrap_content"
  52. android:layout_marginLeft="8dp"
  53. android:layout_marginRight="8dp"
  54. android:layout_centerVertical="true"
  55. android:text="@string/user_text_msg"
  56. android:textColor="@color/jmfont_black"
  57. android:textSize="18sp" />
  58. <TextView
  59. android:layout_width="wrap_content"
  60. android:layout_height="wrap_content"
  61. android:layout_centerVertical="true"
  62. android:layout_toRightOf="@+id/usertv"
  63. android:text="16889014567"
  64. android:id="@+id/tvmobile"
  65. android:textColor="@color/jmfont_black"
  66. android:textSize="18sp" >
  67. </TextView>
  68. </RelativeLayout>
  69. <View
  70. android:layout_width="match_parent"
  71. android:layout_height="1dp"
  72. android:layout_marginLeft="5dp"
  73. android:layout_marginRight="5dp"
  74. android:alpha="0.5"
  75. android:background="#d6d6d6" />
  76. </LinearLayout>
  77. <LinearLayout
  78. android:layout_width="match_parent"
  79. android:layout_height="wrap_content"
  80. android:layout_gravity="center"
  81. android:layout_marginLeft="15dp"
  82. android:layout_marginRight="15dp"
  83. android:layout_marginTop="10dp"
  84. android:orientation="vertical" >
  85. <RelativeLayout
  86. android:layout_width="wrap_content"
  87. android:layout_height="40dp" >
  88. <TextView
  89. android:id="@+id/pwr"
  90. android:layout_width="wrap_content"
  91. android:layout_height="wrap_content"
  92. android:layout_marginLeft="8dp"
  93. android:layout_marginRight="8dp"
  94. android:layout_centerVertical="true"
  95. android:text="@string/user_text_pwd"
  96. android:textColor="@color/jmfont_black"
  97. android:textSize="18sp" />
  98. <EditText
  99. android:id="@+id/edit_pwd"
  100. android:layout_width="match_parent"
  101. android:layout_height="35dp"
  102. android:layout_alignParentTop="true"
  103. android:layout_centerHorizontal="true"
  104. android:textCursorDrawable="@null"
  105. android:layout_toRightOf="@+id/pwr"
  106. android:background="@null"
  107. android:gravity="center_vertical"
  108. android:hint="@string/user_edit_pwdhint"
  109. android:inputType="text"
  110. android:maxLength="22"
  111. android:singleLine="true"
  112. android:textColor="#000000"
  113. android:textColorHint="#d5dad3"
  114. android:imeOptions="actionDone"
  115. android:textSize="16sp" >
  116. </EditText>
  117. </RelativeLayout>
  118. <View
  119. android:layout_width="match_parent"
  120. android:layout_height="1dp"
  121. android:layout_marginLeft="5dp"
  122. android:layout_marginRight="5dp"
  123. android:alpha="0.5"
  124. android:background="#d6d6d6" />
  125. </LinearLayout>
  126. <LinearLayout
  127. android:layout_width="match_parent"
  128. android:layout_height="wrap_content"
  129. android:layout_gravity="center"
  130. android:layout_marginLeft="15dp"
  131. android:layout_marginRight="15dp"
  132. android:layout_marginTop="5dp"
  133. android:orientation="vertical" >
  134. <RelativeLayout
  135. android:layout_width="match_parent"
  136. android:layout_height="wrap_content"
  137. android:layout_marginTop="20dp" >
  138. <Button
  139. android:id="@+id/iphonebtlg"
  140. android:layout_width="match_parent"
  141. android:layout_height="50dp"
  142. android:background="@drawable/jm_green_codebtn_style"
  143. android:text="@string/setuser_bt_msg"
  144. android:textColor="@color/jmfont_white" />
  145. </RelativeLayout>
  146. </LinearLayout>
  147. </LinearLayout>
  148. </LinearLayout>