| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <include layout="@layout/fragment_title" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <LinearLayout
- android:id="@+id/ll_fragement_setting_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- <ImageView
- android:id="@+id/iv_fragement_setting_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:scaleType="fitCenter" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_10"
- android:background="@color/lightgray"
- android:orientation="vertical" >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/lin_user"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/ll_set_item_height"
- android:background="@drawable/bg_list_item"
- android:orientation="horizontal" >
- <TextView
- android:id="@+id/tv_user"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
-
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_18"
-
- android:layout_weight="1"
- android:layout_gravity="center_vertical"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_14" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/iv_layout_marginRight_17"
-
- android:layout_gravity="center_vertical"
- android:src="@drawable/check" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="@dimen/ll_layout_height_10"
- android:background="@color/lightgray"
- android:orientation="vertical" >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/lin_changeuser"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/ll_set_item_height"
- android:background="@drawable/bg_list_item"
- android:orientation="horizontal" >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="19dp"
- android:src="@drawable/changeuser" />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_weight="1"
- android:text="切换用户"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_14" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/iv_layout_marginRight_18"
- android:layout_gravity="center_vertical"
- android:src="@drawable/right" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/EBEBEB"
- android:orientation="vertical" >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/lin_modifyPassword"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/ll_set_item_height"
- android:background="@drawable/bg_list_item"
- android:orientation="horizontal" >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="19dp"
- android:src="@drawable/modifypassword" />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_weight="1"
- android:text="修改密码"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_14" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/iv_layout_marginRight_18"
- android:layout_gravity="center_vertical"
- android:src="@drawable/right" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/EBEBEB"
- android:orientation="vertical" >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/lin_version"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/ll_set_item_height"
- android:background="@drawable/bg_list_item"
- android:orientation="horizontal" >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="19dp"
- android:src="@drawable/version" />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_weight="1"
- android:text="版本信息"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_14" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/iv_layout_marginRight_18"
- android:layout_gravity="center_vertical"
- android:src="@drawable/right" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/EBEBEB"
- android:orientation="vertical" >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/lin_logout"
- android:layout_width="fill_parent"
- android:layout_height="@dimen/ll_set_item_height"
- android:background="@drawable/bg_list_item"
- android:orientation="horizontal" >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="19dp"
- android:src="@drawable/exit" />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginLeft="@dimen/tv_layout_marginLeft_10"
- android:layout_weight="1"
- android:text="退出登录"
- android:textColor="@color/black"
- android:textSize="@dimen/textsize_14" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/iv_layout_marginRight_18"
- android:layout_gravity="center_vertical"
- android:src="@drawable/right" />
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="1dp"
- android:background="@color/EBEBEB"
- android:orientation="vertical" >
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|