com_lenovo_pay_dialog_overlimit.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="wrap_content"
  4. android:layout_height="wrap_content"
  5. android:background="@drawable/com_lenovo_lsf_pay_dialog_corner" >
  6. <LinearLayout
  7. android:layout_width="300dp"
  8. android:layout_height="match_parent"
  9. android:orientation="vertical" >
  10. <LinearLayout
  11. android:id="@+id/ll_logo_version"
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:layout_gravity="center_horizontal"
  15. android:gravity="center_horizontal"
  16. android:orientation="vertical" >
  17. <TextView
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:layout_gravity="center"
  21. android:layout_marginTop="12dp"
  22. android:contentDescription="@null"
  23. android:text="@string/com_lenovo_pay_modify_realauth_title"
  24. android:textColor="#000000"
  25. android:textSize="18sp"
  26. android:textStyle="bold" />
  27. <TextView
  28. android:id="@+id/overlimit_tip"
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:layout_marginLeft="@dimen/com_lenovo_pay_goods_marginLeft"
  32. android:layout_marginRight="@dimen/com_lenovo_pay_goods_marginLeft"
  33. android:layout_marginTop="10dp"
  34. android:textColor="#000000"
  35. android:textSize="16sp"
  36. android:textStyle="bold" />
  37. <TextView
  38. android:id="@+id/guiding"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:layout_marginBottom="10dp"
  42. android:layout_marginLeft="@dimen/com_lenovo_pay_goods_marginLeft"
  43. android:layout_marginRight="@dimen/com_lenovo_pay_goods_marginLeft"
  44. android:layout_marginTop="10dp"
  45. android:textSize="12sp" />
  46. </LinearLayout>
  47. <LinearLayout
  48. android:id="@+id/real_layout"
  49. android:layout_width="match_parent"
  50. android:layout_height="wrap_content"
  51. android:layout_marginLeft="10dp"
  52. android:layout_marginRight="10dp"
  53. android:layout_marginTop="9dp"
  54. android:background="@drawable/com_lenovo_lsf_pay_realeinfo_corner"
  55. android:focusable="true"
  56. android:focusableInTouchMode="true"
  57. android:orientation="vertical"
  58. android:padding="1dp" >
  59. <TextView
  60. android:id="@+id/modify_title"
  61. android:layout_width="match_parent"
  62. android:layout_height="24dp"
  63. android:layout_marginLeft="@dimen/com_lenovo_pay_goods_marginLeft"
  64. android:layout_marginRight="@dimen/com_lenovo_pay_goods_marginLeft"
  65. android:gravity="center_vertical"
  66. android:textColor="#333333"
  67. android:textSize="12sp" />
  68. <LinearLayout
  69. android:id="@+id/name_layout"
  70. android:layout_width="fill_parent"
  71. android:layout_height="42dp"
  72. android:background="@drawable/com_lenovo_lsf_list_item_selector"
  73. android:gravity="center_vertical"
  74. android:orientation="horizontal"
  75. android:paddingLeft="@dimen/com_lenovo_pay_goods_marginLeft"
  76. android:paddingRight="12dp" >
  77. <TextView
  78. android:id="@+id/name"
  79. android:layout_width="wrap_content"
  80. android:layout_height="wrap_content"
  81. android:text="@string/com_lenovo_pay_modify_realauth_title_name"
  82. android:textColor="#666666"
  83. android:textSize="12sp" />
  84. <EditText
  85. android:id="@+id/name_value"
  86. android:layout_width="match_parent"
  87. android:layout_height="match_parent"
  88. android:layout_weight="1"
  89. android:background="@null"
  90. android:singleLine="true"
  91. android:hint="@string/com_lenovo_pay_modify_realauth_hint_name"
  92. android:textColor="#333333"
  93. android:textSize="12sp" />
  94. <ImageView
  95. android:id="@+id/iv_name_delete"
  96. android:layout_width="16dp"
  97. android:layout_height="16dp"
  98. android:src="@drawable/com_lenovo_pay_delete" />
  99. </LinearLayout>
  100. <View
  101. android:layout_width="match_parent"
  102. android:layout_height="1dp"
  103. android:background="#ececec" />
  104. <LinearLayout
  105. android:id="@+id/id_layout"
  106. android:layout_width="fill_parent"
  107. android:layout_height="42dp"
  108. android:background="@drawable/com_lenovo_lsf_list_item_selector"
  109. android:gravity="center_vertical"
  110. android:orientation="horizontal"
  111. android:paddingLeft="@dimen/com_lenovo_pay_goods_marginLeft"
  112. android:paddingRight="12dp" >
  113. <TextView
  114. android:id="@+id/id"
  115. android:layout_width="wrap_content"
  116. android:layout_height="wrap_content"
  117. android:text="@string/com_lenovo_pay_modify_realauth_title_idno"
  118. android:textColor="#666666"
  119. android:textSize="12sp" />
  120. <EditText
  121. android:id="@+id/id_value"
  122. android:layout_width="match_parent"
  123. android:layout_height="match_parent"
  124. android:layout_weight="1"
  125. android:background="@null"
  126. android:singleLine="true"
  127. android:hint="@string/com_lenovo_pay_modify_realauth_hint_idno"
  128. android:textColor="#333333"
  129. android:textSize="12sp" />
  130. <ImageView
  131. android:id="@+id/iv_id_delete"
  132. android:layout_width="16dp"
  133. android:layout_height="16dp"
  134. android:src="@drawable/com_lenovo_pay_delete" />
  135. </LinearLayout>
  136. <Button
  137. android:id="@+id/btn_realinfo_send"
  138. android:layout_width="match_parent"
  139. android:layout_height="42dp"
  140. android:layout_margin="10dp"
  141. android:background="@drawable/com_lenovo_lsf_pay_button_corner"
  142. android:text="@string/com_lenovo_pay_dlg_ok_text"
  143. android:textColor="#ffffff"
  144. android:textSize="15sp" />
  145. </LinearLayout>
  146. <LinearLayout
  147. android:id="@+id/ll_realname_error"
  148. android:layout_width="wrap_content"
  149. android:layout_height="wrap_content"
  150. android:layout_marginLeft="16dp"
  151. android:layout_marginTop="10dp"
  152. android:gravity="center_vertical"
  153. android:orientation="horizontal"
  154. android:visibility="gone" >
  155. <ImageView
  156. android:layout_width="12dp"
  157. android:layout_height="12dp"
  158. android:src="@drawable/com_lenovo_pay_realname_error" />
  159. <TextView
  160. android:id="@+id/tv_realname_error"
  161. android:layout_width="wrap_content"
  162. android:layout_height="wrap_content"
  163. android:layout_gravity="center_vertical"
  164. android:layout_marginLeft="6dp"
  165. android:textColor="#f1ab26"
  166. android:textSize="12sp" />
  167. </LinearLayout>
  168. </LinearLayout>
  169. <ImageView
  170. android:id="@+id/iv_dialog_close"
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:layout_gravity="top|right"
  174. android:layout_margin="16dp"
  175. android:src="@drawable/com_lenovo_pay_realname_cancle" />
  176. </FrameLayout>