|
|
@ -1,12 +1,20 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" |
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/toolbar" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
|
|
android:id="@+id/ll_content" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/toolbar"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView |
|
|
|
<ScrollView |
|
|
|
|
|
|
|
android:id="@+id/sv_content" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
|
|
|
|
|
|
|
@ -20,23 +28,25 @@ |
|
|
|
android:id="@+id/ll_webdav" |
|
|
|
android:id="@+id/ll_webdav" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/webdav_setting" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/webdav_setting"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/webdav_setting_tip" |
|
|
|
android:text="@string/webdav_setting_tip"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
@ -50,167 +60,173 @@ |
|
|
|
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="@string/read_setting" |
|
|
|
android:text="@string/read_setting"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_volume" |
|
|
|
android:id="@+id/rl_volume" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/volume_turn_page" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/volume_turn_page"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_volume" |
|
|
|
android:id="@+id/sc_volume" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_reset_screen" |
|
|
|
android:id="@+id/rl_reset_screen" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/reset_screen_time" |
|
|
|
android:text="@string/reset_screen_time"/> |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
android:id="@+id/sc_reset_screen" |
|
|
|
android:id="@+id/sc_reset_screen" |
|
|
|
android:layout_width="115dp" |
|
|
|
android:layout_width="115dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:gravity="center" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:dropDownWidth="75dp" |
|
|
|
|
|
|
|
android:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:dropDownWidth="75dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_always_next" |
|
|
|
android:id="@+id/rl_always_next" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/always_next" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/always_next"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_always_next" |
|
|
|
android:id="@+id/sc_always_next" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_show_status" |
|
|
|
android:id="@+id/rl_show_status" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/show_status" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/show_status"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_show_status" |
|
|
|
android:id="@+id/sc_show_status" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_read_aloud_volume_turn_page" |
|
|
|
android:id="@+id/rl_read_aloud_volume_turn_page" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/read_aloud_volume_turn_page" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/read_aloud_volume_turn_page"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_read_aloud_volume_turn_page" |
|
|
|
android:id="@+id/sc_read_aloud_volume_turn_page" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_no_menu_title" |
|
|
|
android:id="@+id/rl_no_menu_title" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/no_menu_ch_title" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/no_menu_ch_title"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_no_menu_title" |
|
|
|
android:id="@+id/sc_no_menu_title" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
@ -224,94 +240,120 @@ |
|
|
|
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="@string/bookcase_setting" |
|
|
|
android:text="@string/bookcase_setting"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_book_sort" |
|
|
|
android:id="@+id/ll_book_sort" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/book_sort" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/book_sort"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_book_sort" |
|
|
|
android:id="@+id/tv_book_sort" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/manual_sort" |
|
|
|
android:text="@string/manual_sort"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
android:id="@+id/rl_private_bookcase" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:text="@string/private_bookcase" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_auto_refresh" |
|
|
|
android:id="@+id/rl_auto_refresh" |
|
|
|
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:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical" |
|
|
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/auto_refresh" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/auto_refresh"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/auto_refresh_tip" |
|
|
|
android:text="@string/auto_refresh_tip"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_auto_refresh" |
|
|
|
android:id="@+id/sc_auto_refresh" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_close_refresh" |
|
|
|
android:id="@+id/ll_close_refresh" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/close_refresh" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/close_refresh"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/close_refresh_tip" |
|
|
|
android:text="@string/close_refresh_tip"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:layout_height="25dp" |
|
|
@ -323,54 +365,61 @@ |
|
|
|
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="@string/search_setting" |
|
|
|
android:text="@string/search_setting"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_disable_source" |
|
|
|
android:id="@+id/ll_disable_source" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/disable_source" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/disable_source"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/disable_source_tip" |
|
|
|
android:text="@string/disable_source_tip"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_thread_num" |
|
|
|
android:id="@+id/ll_thread_num" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/thread_num" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/thread_num"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_thread_num" |
|
|
|
android:id="@+id/tv_thread_num" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/cur_thread_num" |
|
|
|
android:text="@string/cur_thread_num"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="25dp" |
|
|
|
android:layout_height="25dp" |
|
|
@ -382,15 +431,16 @@ |
|
|
|
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="@string/change_source_setting" |
|
|
|
android:text="@string/change_source_setting"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
|
android:id="@+id/iv_match_chapter_tip" |
|
|
|
android:id="@+id/iv_match_chapter_tip" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:src="@drawable/ic_question" |
|
|
|
android:src="@drawable/ic_question" |
|
|
|
app:tint="@color/textAssist"/> |
|
|
|
app:tint="@color/textAssist" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
@ -398,57 +448,57 @@ |
|
|
|
android:id="@+id/rl_match_chapter" |
|
|
|
android:id="@+id/rl_match_chapter" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/match_chapters" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/match_chapters"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
android:id="@+id/sc_match_chapter" |
|
|
|
android:id="@+id/sc_match_chapter" |
|
|
|
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:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:longClickable="false" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_match_chapter_suitability" |
|
|
|
android:id="@+id/rl_match_chapter_suitability" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/match_chapters_sui" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/match_chapters_sui"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
android:id="@+id/sc_match_chapter_suitability" |
|
|
|
android:id="@+id/sc_match_chapter_suitability" |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_width="100dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:gravity="center" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:dropDownWidth="60dp" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:dropDownWidth="60dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:longClickable="false" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
@ -462,8 +512,8 @@ |
|
|
|
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="@string/cathe_setting" |
|
|
|
android:text="@string/cathe_setting"/> |
|
|
|
android:textColor="@color/textPrimary" /> |
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
@ -471,69 +521,72 @@ |
|
|
|
android:id="@+id/rl_cathe_gap" |
|
|
|
android:id="@+id/rl_cathe_gap" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/cathe_gap" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/cathe_gap"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
<androidx.appcompat.widget.AppCompatSpinner |
|
|
|
android:id="@+id/sc_cathe_gap" |
|
|
|
android:id="@+id/sc_cathe_gap" |
|
|
|
android:layout_width="115dp" |
|
|
|
android:layout_width="115dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:gravity="center" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:dropDownWidth="75dp" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
|
|
|
|
android:clickable="false" |
|
|
|
android:clickable="false" |
|
|
|
android:longClickable="false"/> |
|
|
|
android:dropDownWidth="75dp" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
|
|
android:longClickable="false" |
|
|
|
|
|
|
|
android:textColor="@color/textSecondary" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/ll_download_all" |
|
|
|
android:id="@+id/ll_download_all" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:layout_height="60dp" |
|
|
|
android:paddingTop="8dp" |
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp" |
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
android:orientation="vertical" |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
android:paddingLeft="20dp" |
|
|
|
|
|
|
|
android:paddingTop="8dp" |
|
|
|
|
|
|
|
android:paddingRight="20dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:text="@string/download_all" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:text="@string/download_all"/> |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:paddingTop="5dp" |
|
|
|
android:textColor="@color/textAssist" |
|
|
|
android:text="@string/download_all_tip" |
|
|
|
android:text="@string/download_all_tip"/> |
|
|
|
android:textColor="@color/textAssist" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
<RelativeLayout |
|
|
|
android:id="@+id/rl_delete_cathe" |
|
|
|
android:id="@+id/rl_delete_cathe" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:background="@drawable/selector_common_bg" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingLeft="20dp" |
|
|
|
android:paddingRight="20dp" |
|
|
|
android:paddingRight="20dp"> |
|
|
|
android:background="@drawable/selector_common_bg"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
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:text="@string/clear_cathe" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textColor="@color/textSecondary" |
|
|
|
android:textSize="@dimen/text_normal_size" |
|
|
|
android:textSize="@dimen/text_normal_size" /> |
|
|
|
android:text="@string/clear_cathe"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
@ -593,4 +646,5 @@ |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</ScrollView> |
|
|
|
</ScrollView> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |