c77fc6d2bb3e8da15d7fac13d2447441c1edd3af.svn-base 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout 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:orientation="vertical"
  8. tools:context=".ui.My.change.ChangeIFMTActivity">
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/tb_information_title"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. app:title="@string/setting_information" />
  14. <LinearLayout
  15. android:id="@+id/my_select_list"
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:layout_below="@id/my_headbg"
  19. android:layout_marginLeft="9.6dp"
  20. android:layout_marginTop="11.6dp"
  21. android:layout_marginRight="9.6dp"
  22. android:orientation="vertical">
  23. <com.hjq.widget.SettingBar
  24. android:id="@+id/change_setting_name"
  25. android:layout_width="match_parent"
  26. android:layout_height="wrap_content"
  27. android:layout_marginTop="@dimen/space_24"
  28. app:bar_leftIcon="@mipmap/iv_information_name"
  29. app:bar_leftText="修改姓名"
  30. app:bar_rightIcon="@mipmap/ico_go_black">
  31. </com.hjq.widget.SettingBar>
  32. <com.hjq.widget.SettingBar
  33. android:id="@+id/change_setting_phone"
  34. android:layout_width="match_parent"
  35. android:layout_height="wrap_content"
  36. android:layout_marginTop="@dimen/space_24"
  37. app:bar_leftIcon="@mipmap/iv_phone_icon"
  38. app:bar_leftText="修改手机号"
  39. app:bar_rightIcon="@mipmap/ico_go_black">
  40. </com.hjq.widget.SettingBar>
  41. <com.hjq.widget.SettingBar
  42. android:id="@+id/change_setting_pwd"
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. android:layout_marginTop="@dimen/space_24"
  46. app:bar_leftIcon="@mipmap/iv_pwd_icon"
  47. app:bar_leftText="修改密码"
  48. app:bar_rightIcon="@mipmap/ico_go_black">
  49. </com.hjq.widget.SettingBar>
  50. <com.hjq.widget.SettingBar
  51. android:id="@+id/change_setting_email"
  52. android:layout_width="match_parent"
  53. android:layout_height="wrap_content"
  54. android:layout_marginTop="@dimen/space_24"
  55. app:bar_leftIcon="@mipmap/iv_information_email"
  56. app:bar_leftText="修改邮箱"
  57. app:bar_rightIcon="@mipmap/ico_go_black">
  58. </com.hjq.widget.SettingBar>
  59. </LinearLayout>
  60. </LinearLayout>