123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?xml version="1.0" encoding="utf-8"?>
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/FFF7F7F7"
- android:scrollbars="none">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/sea_primary">
- <TextView
- android:id="@+id/returnBtn"
- android:layout_width="wrap_content"
- android:layout_height="45dp"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:drawableLeft="@mipmap/back"
- android:gravity="center"
- android:padding="@dimen/space_5"
- android:textColor="@color/white"
- android:textSize="20sp" />
- <TextView
- android:id="@+id/titleName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerInParent="true"
- android:text="标题栏"
- android:textSize="20sp" />
- </RelativeLayout>
- <ImageView
- android:id="@+id/im_setting_user_img"
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:layout_gravity="center"
- android:layout_margin="@dimen/space_20"
- android:background="@drawable/setting_item_bg"
- android:src="@mipmap/user_big_img" />
- <LinearLayout
- android:id="@+id/ll_setting_frag_name"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/space_5"
- android:layout_marginLeft="@dimen/space_30"
- android:layout_marginRight="@dimen/space_30"
- android:layout_marginTop="@dimen/space_15"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_10">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical|left"
- android:layout_weight="3"
- android:text="@string/setting_frag_name"
- android:textColor="@color/black"
- android:textSize="@dimen/text_size_15" />
- <TextView
- android:id="@+id/tv_setting_name"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center_vertical|left"
- android:text="@string/setting_frag_name_value"
- android:textSize="@dimen/text_size_15" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_setting_frag_phone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/space_5"
- android:layout_marginLeft="@dimen/space_30"
- android:layout_marginRight="@dimen/space_30"
- android:layout_marginTop="@dimen/space_15"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_10">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical|left|right"
- android:layout_weight="3"
- android:text="@string/setting_frag_phone"
- android:textColor="@color/black"
- android:textSize="@dimen/text_size_15" />
- <TextView
- android:id="@+id/tv_setting_phone"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center_vertical|left"
- android:text="@string/setting_frag_phone_number"
- android:textSize="@dimen/text_size_15" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/ll_setting_frag_group"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/space_5"
- android:layout_marginLeft="@dimen/space_30"
- android:layout_marginRight="@dimen/space_30"
- android:layout_marginTop="@dimen/space_15"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_10">
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical|left"
- android:layout_weight="3"
- android:text="@string/setting_frag_group"
- android:textColor="@color/black"
- android:textSize="@dimen/text_size_15" />
- <TextView
- android:id="@+id/tv_setting_group"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center_vertical|left"
- android:text="@string/setting_frag_group_value"
- android:textSize="@dimen/text_size_15" />
- </LinearLayout>
- <Button
- android:id="@+id/btn_user_del"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginBottom="@dimen/space_5"
- android:layout_marginLeft="@dimen/space_30"
- android:layout_marginRight="@dimen/space_30"
- android:layout_marginTop="@dimen/space_15"
- android:background="@color/btn_user_del"
- android:gravity="center"
- android:padding="@dimen/space_10"
- android:text="@string/setting_user_del" />
- <Button
- android:id="@+id/btn_setting_clean_chat"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginBottom="@dimen/space_5"
- android:layout_marginLeft="@dimen/space_30"
- android:layout_marginRight="@dimen/space_30"
- android:layout_marginTop="@dimen/space_15"
- android:background="@color/bg_blue"
- android:gravity="center"
- android:padding="@dimen/space_10"
- android:text="@string/setting_frag_clean_chat" />
- </LinearLayout>
- </ScrollView>
|