| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/blue_very_light"
- android:orientation="vertical"
- android:gravity="center_horizontal" >
- <com.onion.appsbackup.view.CustomedActionBar
- xmlns:ab="http://schemas.android.com/apk/res-auto"
- android:id="@+id/ab_setting"
- android:layout_width="match_parent"
- android:layout_height="@dimen/action_bar_height"
- ab:title="@string/label_my_setting" />
-
- <ImageView
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:scaleType="fitXY"
- android:src="@drawable/logo"/>
-
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
-
- <!-- <LinearLayout
- android:id="@+id/ll_contact"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="联系人"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
- <LinearLayout
- android:id="@+id/ll_sms"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="短信"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" /> -->
- <LinearLayout
- android:id="@+id/ll_nickname"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/label_nickname"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
- <LinearLayout
- android:id="@+id/ll_gender"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/label_sex"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
- <LinearLayout
- android:id="@+id/ll_change_phone"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/label_change_phone"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
- <LinearLayout
- android:id="@+id/ll_set_bg"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/label_bg_setting"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
- <LinearLayout
- android:id="@+id/ll_share"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/label_share"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
-
- <LinearLayout
- android:id="@+id/ll_about"
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:background="@drawable/item_with_frame"
- android:clickable="true"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:paddingLeft="10dp"
- android:paddingRight="10dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="@string/label_about"
- android:textSize="11sp" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/cute_green" />
- <View
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1" />
- <Button
- android:id="@+id/btn_exit"
- android:layout_width="match_parent"
- android:layout_height="@dimen/button_height"
- android:layout_marginBottom="40dp"
- android:layout_marginLeft="@dimen/activity_horizontal_margin"
- android:layout_marginRight="@dimen/activity_horizontal_margin"
- android:background="@drawable/selector_button_radius"
- android:enabled="true"
- android:minHeight="0dp"
- android:text="@string/label_exit"
- android:textColor="@color/white"
- android:textSize="@dimen/button_text_size" />
- </LinearLayout>
|