|
@@ -1,251 +1,251 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
|
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:clickable="true"
|
|
|
- android:focusableInTouchMode="true">
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:roundframelayout="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusableInTouchMode="true">
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/background"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="#70C1FF"
|
|
|
- android:clickable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
+ android:id="@+id/background"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="#70C1FF"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"></FrameLayout>
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="1280dp"
|
|
|
- android:layout_height="720dp"
|
|
|
- android:clickable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:orientation="vertical"
|
|
|
- app:layout_constraintBottom_toBottomOf="parent"
|
|
|
- app:layout_constraintDimensionRatio="h,16:9"
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent">
|
|
|
+ android:layout_width="1280dp"
|
|
|
+ android:layout_height="720dp"
|
|
|
+ android:clickable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintDimensionRatio="h,16:9"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/activity_userinfo_setting_back"
|
|
|
- android:layout_width="77dp"
|
|
|
- android:layout_height="77dp"
|
|
|
- android:layout_gravity="left"
|
|
|
- android:layout_marginLeft="32dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:src="@drawable/main_back"></ImageView>
|
|
|
+ android:id="@+id/activity_userinfo_setting_back"
|
|
|
+ android:layout_width="77dp"
|
|
|
+ android:layout_height="77dp"
|
|
|
+ android:layout_gravity="left"
|
|
|
+ android:layout_marginLeft="32dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:src="@drawable/main_back"></ImageView>
|
|
|
|
|
|
<com.edufound.reader.cusview.RoundFrameLayout
|
|
|
- android:layout_width="1185dp"
|
|
|
- android:layout_height="606dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="#FAFAD8"
|
|
|
- roundframelayout:radio="60">
|
|
|
+ android:layout_width="1185dp"
|
|
|
+ android:layout_height="606dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="#FAFAD8"
|
|
|
+ roundframelayout:radio="60">
|
|
|
|
|
|
<com.edufound.reader.cusview.RoundFrameLayout
|
|
|
- android:layout_width="1165dp"
|
|
|
- android:layout_height="586dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="#FFCE82"
|
|
|
- roundframelayout:radio="60">
|
|
|
+ android:layout_width="1165dp"
|
|
|
+ android:layout_height="586dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="#FFCE82"
|
|
|
+ roundframelayout:radio="60">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:divider="@drawable/main_left_tab_divider"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical"
|
|
|
- android:showDividers="middle">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:divider="@drawable/main_left_tab_divider"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:showDividers="middle">
|
|
|
|
|
|
<com.edufound.reader.cusview.RoundFrameLayout
|
|
|
- android:layout_width="1125dp"
|
|
|
- android:layout_height="313dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@color/white"
|
|
|
- android:elevation="5dp"
|
|
|
- roundframelayout:radio="40">
|
|
|
+ android:layout_width="1125dp"
|
|
|
+ android:layout_height="313dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:elevation="5dp"
|
|
|
+ roundframelayout:radio="40">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
- <com.edufound.reader.cusview.RoundFrameLayout
|
|
|
- android:layout_width="260dp"
|
|
|
- android:layout_height="230dp"
|
|
|
- android:layout_gravity="right|center"
|
|
|
- roundframelayout:radio="40">
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="260dp"
|
|
|
+ android:layout_height="230dp"
|
|
|
+ android:layout_gravity="right|center"
|
|
|
+ roundframelayout:radio="40">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="188dp"
|
|
|
- android:layout_height="188dp"
|
|
|
- android:layout_gravity="center|top">
|
|
|
+ android:layout_width="188dp"
|
|
|
+ android:layout_height="188dp"
|
|
|
+ android:layout_gravity="center|top">
|
|
|
|
|
|
<ImageView
|
|
|
- android:id="@+id/activity_userinfo_setting_userhead"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center|top"></ImageView>
|
|
|
+ android:id="@+id/activity_userinfo_setting_userhead"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center|top"></ImageView>
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/activity_userinfo_setting_userhead_num"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|bottom"
|
|
|
- android:text="123123123"
|
|
|
- android:textSize="20dp"></TextView>
|
|
|
- </com.edufound.reader.cusview.RoundFrameLayout>
|
|
|
+ android:id="@+id/activity_userinfo_setting_userhead_num"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|bottom"
|
|
|
+ android:text="123123123"
|
|
|
+ android:textSize="20dp"></TextView>
|
|
|
+ </FrameLayout>
|
|
|
</FrameLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1.7"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingLeft="103dp"
|
|
|
- android:paddingTop="30dp"
|
|
|
- android:paddingBottom="39dp">
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1.7"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingLeft="103dp"
|
|
|
+ android:paddingTop="30dp"
|
|
|
+ android:paddingBottom="39dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center|left"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="72dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:text="昵称"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="72dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:text="昵称"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="401dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginLeft="11dp"
|
|
|
- android:background="@drawable/activity_userinfo_setting_item_bg">
|
|
|
+ android:layout_width="401dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginLeft="11dp"
|
|
|
+ android:background="@drawable/activity_userinfo_setting_item_bg">
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/activity_userinfo_setting_nickname"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/transparent"
|
|
|
- android:gravity="center|left"
|
|
|
- android:hint="请输入昵称"
|
|
|
- android:imeOptions="actionDone"
|
|
|
- android:lines="1"
|
|
|
- android:paddingLeft="35dp"
|
|
|
- android:singleLine="true"
|
|
|
- android:text=""
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="30dp"></EditText>
|
|
|
+ android:id="@+id/activity_userinfo_setting_nickname"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/transparent"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:hint="请输入昵称"
|
|
|
+ android:imeOptions="actionDone"
|
|
|
+ android:lines="1"
|
|
|
+ android:paddingLeft="35dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:text=""
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="30dp"></EditText>
|
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center|left"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="72dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:text="性别"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="72dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:text="性别"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="401dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginLeft="11dp"
|
|
|
- android:divider="@drawable/main_left_tab_divider"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:showDividers="middle">
|
|
|
+ android:layout_width="401dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginLeft="11dp"
|
|
|
+ android:divider="@drawable/main_left_tab_divider"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:showDividers="middle">
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_gender_male"
|
|
|
- android:layout_width="191dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:background="@drawable/activity_userinfo_setting_item_sex_true_bg">
|
|
|
+ android:id="@+id/activity_userinfo_setting_gender_male"
|
|
|
+ android:layout_width="191dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:background="@drawable/activity_userinfo_setting_item_sex_true_bg">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center|left"
|
|
|
- android:paddingLeft="35dp"
|
|
|
- android:text="男孩"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:paddingLeft="35dp"
|
|
|
+ android:text="男孩"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_gender_female"
|
|
|
- android:layout_width="191dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:background="@drawable/activity_userinfo_setting_item_sex_bg">
|
|
|
+ android:id="@+id/activity_userinfo_setting_gender_female"
|
|
|
+ android:layout_width="191dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:background="@drawable/activity_userinfo_setting_item_sex_bg">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center|left"
|
|
|
- android:paddingLeft="35dp"
|
|
|
- android:text="女孩"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:paddingLeft="35dp"
|
|
|
+ android:text="女孩"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
|
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center|left"
|
|
|
- android:orientation="horizontal">
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="72dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:text="年级"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="72dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:text="年级"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_width="401dp"
|
|
|
- android:layout_height="60dp"
|
|
|
- android:layout_marginLeft="11dp"
|
|
|
- android:background="@drawable/activity_userinfo_setting_item_grade_bg">
|
|
|
+ android:layout_width="401dp"
|
|
|
+ android:layout_height="60dp"
|
|
|
+ android:layout_marginLeft="11dp"
|
|
|
+ android:background="@drawable/activity_userinfo_setting_item_grade_bg">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/activity_userinfo_setting_grade"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center|left"
|
|
|
- android:paddingLeft="35dp"
|
|
|
- android:text="二年级"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:id="@+id/activity_userinfo_setting_grade"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center|left"
|
|
|
+ android:paddingLeft="35dp"
|
|
|
+ android:text="二年级"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
|
|
|
</FrameLayout>
|
|
|
</LinearLayout>
|
|
@@ -254,159 +254,184 @@
|
|
|
</com.edufound.reader.cusview.RoundFrameLayout>
|
|
|
|
|
|
<com.edufound.reader.cusview.RoundFrameLayout
|
|
|
- android:layout_width="1125dp"
|
|
|
- android:layout_height="223dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@color/white"
|
|
|
+ android:layout_width="1125dp"
|
|
|
+ android:layout_height="223dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@color/white"
|
|
|
|
|
|
- android:elevation="5dp"
|
|
|
- roundframelayout:radio="40">
|
|
|
+ android:elevation="5dp"
|
|
|
+ roundframelayout:radio="40">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingLeft="40dp"
|
|
|
+ android:paddingRight="40dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/activity_userinfo_setting_bindphonenum_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingLeft="40dp"
|
|
|
- android:paddingRight="40dp">
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_bindwechat_layout"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:scaleY="0.9"
|
|
|
+ android:scaleX="0.9"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/bind_phone_num"></ImageView>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:text="绑定手机号"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/activity_userinfo_setting_bindwechat_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:src="@drawable/activity_userinfo_setting_bindwechat"></ImageView>
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/activity_userinfo_setting_bindwechat"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:text="绑定微信"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="绑定微信"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_services_layout"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:id="@+id/activity_userinfo_setting_services_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:src="@drawable/activity_userinfo_setting_services"></ImageView>
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/activity_userinfo_setting_services"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:text="服务协议"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="服务协议"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_privservices_layout"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:id="@+id/activity_userinfo_setting_privservices_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:src="@drawable/activity_userinfo_setting_privservices"></ImageView>
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/activity_userinfo_setting_privservices"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:text="隐私协议"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="隐私协议"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_cancellation_layout"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:id="@+id/activity_userinfo_setting_cancellation_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:src="@drawable/activity_userinfo_setting_cancellation"></ImageView>
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/activity_userinfo_setting_cancellation"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:text="注销账号"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="注销账号"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_switchuser_layout"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:id="@+id/activity_userinfo_setting_switchuser_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:src="@drawable/activity_userinfo_setting_switchuser"></ImageView>
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/activity_userinfo_setting_switchuser"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:text="切换用户"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="切换用户"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:id="@+id/activity_userinfo_setting_loginout_layout"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
- android:gravity="center"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:id="@+id/activity_userinfo_setting_loginout_layout"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
|
- android:layout_width="100dp"
|
|
|
- android:layout_height="100dp"
|
|
|
- android:src="@drawable/activity_userinfo_setting_loginout"></ImageView>
|
|
|
+ android:layout_width="100dp"
|
|
|
+ android:layout_height="100dp"
|
|
|
+ android:src="@drawable/activity_userinfo_setting_loginout"></ImageView>
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="42dp"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:text="退出登录"
|
|
|
- android:textColor="#333333"
|
|
|
- android:textSize="30dp"></TextView>
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="退出登录"
|
|
|
+ android:textColor="#333333"
|
|
|
+ android:textSize="30dp"></TextView>
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</com.edufound.reader.cusview.RoundFrameLayout>
|