|
|
@ -1,20 +1,19 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:layout_width="match_parent" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_height="match_parent" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
android:background="@color/colorBackground" |
|
|
|
android:background="@color/colorBackground" |
|
|
|
android:scrollbars="vertical"> |
|
|
|
android:scrollbars="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:id="@+id/ll_mine" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:id="@+id/ll_mine" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<!--<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:paddingLeft="5dp" |
|
|
|
android:paddingLeft="5dp" |
|
|
@ -57,21 +56,96 @@ |
|
|
|
android:textSize="@dimen/text_medium_size" |
|
|
|
android:textSize="@dimen/text_medium_size" |
|
|
|
android:text="登录/注册"/> |
|
|
|
android:text="登录/注册"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>--> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="25dp" |
|
|
|
|
|
|
|
android:paddingLeft="5dp" |
|
|
|
|
|
|
|
android:paddingRight="5dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_centerInParent="true" |
|
|
|
|
|
|
|
android:text="云服务" |
|
|
|
|
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:id="@+id/mine_rl_webdav" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:paddingLeft="5dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingRight="5dp"> |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:id="@+id/iv_webdav" |
|
|
|
|
|
|
|
android:layout_width="21dp" |
|
|
|
|
|
|
|
android:layout_height="21dp" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:src="@drawable/ic_yun" |
|
|
|
|
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:id="@+id/tv_webdav" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:textColor="@color/textPrimary" |
|
|
|
android:layout_marginStart="18dp" |
|
|
|
android:text="书架"/> |
|
|
|
android:layout_toEndOf="@id/iv_webdav" |
|
|
|
|
|
|
|
android:text="@string/webdav_setting" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:id="@+id/mine_rl_syn" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:id="@+id/iv_syn" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:src="@drawable/ic_online_syn" |
|
|
|
|
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_syn" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:layout_marginStart="15dp" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/iv_syn" |
|
|
|
|
|
|
|
android:text="@string/menu_bookcase_syn" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="25dp" |
|
|
|
|
|
|
|
android:paddingLeft="5dp" |
|
|
|
|
|
|
|
android:paddingRight="5dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_centerInParent="true" |
|
|
|
|
|
|
|
android:text="书架" |
|
|
|
|
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
@ -79,19 +153,19 @@ |
|
|
|
android:id="@+id/mine_rl_book_source" |
|
|
|
android:id="@+id/mine_rl_book_source" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_book_source" |
|
|
|
android:id="@+id/iv_book_source" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_width="18dp" |
|
|
|
android:layout_width="18dp" |
|
|
|
android:layout_height="18dp" |
|
|
|
android:layout_height="18dp" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
app:tint="@color/textPrimary" |
|
|
|
|
|
|
|
android:src="@drawable/ic_source" |
|
|
|
android:src="@drawable/ic_source" |
|
|
|
/> |
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_book_source" |
|
|
|
android:id="@+id/tv_book_source" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
@ -99,224 +173,203 @@ |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="20dp" |
|
|
|
android:layout_marginStart="20dp" |
|
|
|
android:layout_toEndOf="@id/iv_book_source" |
|
|
|
android:layout_toEndOf="@id/iv_book_source" |
|
|
|
|
|
|
|
android:text="@string/book_source_man" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/book_source_man"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/mine_rl_backup" |
|
|
|
android:id="@+id/mine_rl_backup" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_backup" |
|
|
|
android:id="@+id/iv_backup" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
app:tint="@color/textPrimary" |
|
|
|
android:src="@drawable/ic_backup" |
|
|
|
android:src="@drawable/ic_backup" |
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_backup" |
|
|
|
android:id="@+id/tv_backup" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_toEndOf="@id/iv_backup" |
|
|
|
android:layout_toEndOf="@id/iv_backup" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/menu_bookcase_backup" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/menu_bookcase_backup"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:id="@+id/mine_rl_syn" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="60dp" |
|
|
|
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
|
|
android:id="@+id/iv_syn" |
|
|
|
|
|
|
|
android:layout_alignParentStart="true" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
app:tint="@color/textPrimary" |
|
|
|
|
|
|
|
android:src="@drawable/ic_online_syn" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:id="@+id/tv_syn" |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:layout_marginStart="15dp" |
|
|
|
|
|
|
|
android:layout_toEndOf="@id/iv_syn" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
|
|
|
|
android:text="@string/menu_bookcase_syn"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:paddingLeft="5dp" |
|
|
|
android:paddingLeft="5dp" |
|
|
|
android:paddingRight="5dp"> |
|
|
|
android:paddingRight="5dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:textColor="@color/textPrimary" |
|
|
|
android:text="设置" |
|
|
|
android:text="设置"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/mine_rl_setting" |
|
|
|
android:id="@+id/mine_rl_setting" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_setting" |
|
|
|
android:id="@+id/iv_setting" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
app:tint="@color/textPrimary" |
|
|
|
android:src="@drawable/ic_settings" |
|
|
|
android:src="@drawable/ic_settings" |
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_setting" |
|
|
|
android:id="@+id/tv_setting" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_toEndOf="@id/iv_setting" |
|
|
|
android:layout_toEndOf="@id/iv_setting" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/menu_settings" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/menu_settings"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/mine_rl_theme_mode" |
|
|
|
android:id="@+id/mine_rl_theme_mode" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_theme_mode" |
|
|
|
android:id="@+id/iv_theme_mode" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
app:tint="@color/textPrimary" |
|
|
|
android:src="@drawable/ic_theme" |
|
|
|
android:src="@drawable/ic_theme" |
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_theme_mode" |
|
|
|
android:id="@+id/tv_theme_mode" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_toEndOf="@id/iv_theme_mode" |
|
|
|
android:layout_toEndOf="@id/iv_theme_mode" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/theme_mode" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/theme_mode"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_theme_mode_select" |
|
|
|
android:id="@+id/tv_theme_mode_select" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:background="@drawable/theme_mode_bak" |
|
|
|
android:background="@drawable/theme_mode_bak" |
|
|
|
android:text="夜间模式" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="夜间模式"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:paddingLeft="5dp" |
|
|
|
android:paddingLeft="5dp" |
|
|
|
android:paddingRight="5dp"> |
|
|
|
android:paddingRight="5dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:layout_centerInParent="true" |
|
|
|
android:textColor="@color/textPrimary" |
|
|
|
android:text="其他" |
|
|
|
android:text="其他"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/mine_rl_feedback" |
|
|
|
android:id="@+id/mine_rl_feedback" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:layout_marginStart="3dp" |
|
|
|
android:id="@+id/iv_feedback" |
|
|
|
android:id="@+id/iv_feedback" |
|
|
|
android:layout_width="18dp" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_height="18dp" |
|
|
|
android:layout_width="18dp" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_height="18dp" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="3dp" |
|
|
|
app:tint="@color/textPrimary" |
|
|
|
android:src="@drawable/ic_feedback" |
|
|
|
android:src="@drawable/ic_feedback" |
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_feedback" |
|
|
|
android:id="@+id/tv_feedback" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="18dp" |
|
|
|
android:layout_marginStart="18dp" |
|
|
|
android:layout_toEndOf="@id/iv_feedback" |
|
|
|
android:layout_toEndOf="@id/iv_feedback" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/mine_feedback" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/mine_feedback"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/mine_rl_about" |
|
|
|
android:id="@+id/mine_rl_about" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_about" |
|
|
|
android:id="@+id/iv_about" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentStart="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
app:tint="@color/textPrimary" |
|
|
|
android:src="@drawable/ic_about" |
|
|
|
android:src="@drawable/ic_about" |
|
|
|
app:tint="@color/textPrimary" /> |
|
|
|
/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_about" |
|
|
|
android:id="@+id/tv_about" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_marginStart="15dp" |
|
|
|
android:layout_toEndOf="@id/iv_about" |
|
|
|
android:layout_toEndOf="@id/iv_about" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/menu_bookcase_about" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/menu_bookcase_about"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|