123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:flatui="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="40dp"
- android:background="@color/FFF7F7F7"
- android:scrollbars="none">
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/space_10"
- android:layout_marginRight="@dimen/space_10"
- android:orientation="vertical">
- <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_account"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/space_5"
- android:layout_marginLeft="@dimen/space_20"
- android:layout_marginRight="@dimen/space_20"
- android:layout_marginTop="@dimen/space_5"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_15">
- <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_account"
- android:textSize="@dimen/text_size_15" />
- <TextView
- android:id="@+id/tv_setting_account"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center_vertical|left"
- android:text="@string/setting_frag_account_value"
- android:textSize="@dimen/text_size_15" />
- </LinearLayout>
- <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_20"
- android:layout_marginRight="@dimen/space_20"
- android:layout_marginTop="@dimen/space_5"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_15">
- <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_20"
- android:layout_marginRight="@dimen/space_20"
- android:layout_marginTop="@dimen/space_5"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_15">
- <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_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_20"
- android:layout_marginRight="@dimen/space_20"
- android:layout_marginTop="@dimen/space_5"
- android:background="@color/item_click"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="@dimen/space_15">
- <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_setting_psw"
- 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_20"
- android:layout_marginRight="@dimen/space_20"
- android:layout_marginTop="@dimen/space_5"
- android:background="@color/bg_blue"
- android:gravity="center"
- android:padding="@dimen/space_10"
- android:text="@string/setting_frag_psw"
- android:textSize="@dimen/text_size_18"
- android:visibility="gone" />
- <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_20"
- android:layout_marginRight="@dimen/space_20"
- android:layout_marginTop="@dimen/space_5"
- android:background="@color/bg_blue"
- android:gravity="center"
- android:padding="@dimen/space_10"
- android:text="@string/setting_frag_clean"
- android:textSize="@dimen/text_size_18" />
- </LinearLayout>
- </ScrollView>
- </RelativeLayout>
|