第一次提交
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/white"
|
||||
android:background="@drawable/user_true1"
|
||||
android:foreground="?android:attr/selectableItemBackground"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -23,24 +23,18 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/base_info_txt"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:textColor="@color/color_666666"
|
||||
android:textSize="@dimen/sp_12"
|
||||
/>
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
|
||||
>
|
||||
|
||||
<Button
|
||||
android:id="@+id/accout_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
style="@style/settings_item_bg_group_top_2019_new"
|
||||
android:text="@string/lailiaozhanghao_txt" />
|
||||
|
||||
<TextView
|
||||
@@ -49,7 +43,7 @@
|
||||
android:text="@string/weishezhi_txt"
|
||||
android:drawablePadding="10dp"
|
||||
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
|
||||
android:textColor="@color/color_666666" />
|
||||
android:textColor="@color/color_2c2c2c" />
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
@@ -59,11 +53,13 @@
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
|
||||
android:visibility="gone">
|
||||
|
||||
<Button
|
||||
android:id="@+id/bind_wechat_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
style="@style/settings_item_bg_group_top_2019_new"
|
||||
android:text="@string/wechat_txt" />
|
||||
|
||||
<TextView
|
||||
@@ -81,11 +77,13 @@
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
>
|
||||
|
||||
<Button
|
||||
android:id="@+id/bind_phone_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
style="@style/settings_item_bg_group_top_2019_new"
|
||||
android:text="@string/phone_number_txt" />
|
||||
|
||||
<TextView
|
||||
@@ -103,11 +101,13 @@
|
||||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
>
|
||||
|
||||
<Button
|
||||
android:id="@+id/zhmm_bt"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
style="@style/settings_item_bg_group_top_2019_new"
|
||||
android:text="@string/accout_password_txt3" />
|
||||
|
||||
<TextView
|
||||
@@ -116,17 +116,18 @@
|
||||
android:drawablePadding="10dp"
|
||||
android:drawableRight="@drawable/ic_frame_mine_right_arrow"
|
||||
android:text="@string/quxiugai_txt"
|
||||
android:textColor="@color/color_666666" />
|
||||
android:textColor="@color/color_2c2c2c" />
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:visibility="gone"
|
||||
android:visibility="visible"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<Button
|
||||
android:id="@+id/close_account"
|
||||
style="@style/settings_item_bg_group_top_2019"
|
||||
style="@style/settings_item_bg_group_top_2019_new"
|
||||
android:text="@string/close_account_txt" />
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user