|
|
|
@ -99,7 +99,7 @@ |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:contentDescription="@string/auto_next_page" |
|
|
|
|
android:src="@drawable/ic_auto_page" |
|
|
|
|
android:tint="@color/tv_text_default" |
|
|
|
|
android:tint="@color/primaryText" |
|
|
|
|
android:tooltipText="@string/auto_next_page" |
|
|
|
|
app:backgroundTint="@color/background_menu" |
|
|
|
|
app:elevation="2dp" |
|
|
|
@ -119,7 +119,7 @@ |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:contentDescription="@string/replace_rule_title" |
|
|
|
|
android:src="@drawable/ic_find_replace" |
|
|
|
|
android:tint="@color/tv_text_default" |
|
|
|
|
android:tint="@color/primaryText" |
|
|
|
|
android:tooltipText="@string/replace_rule_title" |
|
|
|
|
app:backgroundTint="@color/background_menu" |
|
|
|
|
app:elevation="2dp" |
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
|
android:layout_margin="16dp" |
|
|
|
|
android:contentDescription="@string/dark_theme" |
|
|
|
|
android:src="@drawable/ic_brightness" |
|
|
|
|
android:tint="@color/tv_text_default" |
|
|
|
|
android:tint="@color/primaryText" |
|
|
|
|
android:tooltipText="@string/dark_theme" |
|
|
|
|
app:backgroundTint="@color/background_menu" |
|
|
|
|
app:elevation="2dp" |
|
|
|
@ -188,7 +188,7 @@ |
|
|
|
|
android:paddingTop="10dp" |
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
android:text="@string/previous_chapter" |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATESeekBar |
|
|
|
@ -211,7 +211,7 @@ |
|
|
|
|
android:paddingTop="10dp" |
|
|
|
|
android:paddingBottom="10dp" |
|
|
|
|
android:text="@string/next_chapter" |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="14sp" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -239,22 +239,24 @@ |
|
|
|
|
android:paddingBottom="7dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_catalog" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:contentDescription="@string/chapter_list" |
|
|
|
|
android:src="@drawable/ic_toc" |
|
|
|
|
app:tint="@color/tv_text_default" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_catalog" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
android:layout_marginTop="3dp" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:text="@string/chapter_list" |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -275,22 +277,24 @@ |
|
|
|
|
android:paddingBottom="7dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_read_aloud" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:contentDescription="@string/read_aloud" |
|
|
|
|
android:src="@drawable/ic_read_aloud" |
|
|
|
|
app:tint="@color/tv_text_default" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_read_aloud" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
android:layout_marginTop="3dp" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:text="@string/read_aloud" |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -311,22 +315,24 @@ |
|
|
|
|
android:paddingBottom="7dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_font" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:contentDescription="@string/interface_setting" |
|
|
|
|
android:src="@drawable/ic_interface_setting" |
|
|
|
|
app:tint="@color/tv_text_default" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_font" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
android:layout_marginTop="3dp" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:text="@string/interface_setting" |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
@ -347,22 +353,24 @@ |
|
|
|
|
android:paddingBottom="7dp"> |
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
|
android:id="@+id/iv_setting" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="0dp" |
|
|
|
|
android:layout_weight="1" |
|
|
|
|
android:contentDescription="@string/setting" |
|
|
|
|
android:src="@drawable/ic_settings" |
|
|
|
|
app:tint="@color/tv_text_default" |
|
|
|
|
app:tint="@color/primaryText" |
|
|
|
|
tools:ignore="NestedWeights" /> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/tv_setting" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
android:layout_marginTop="3dp" |
|
|
|
|
android:maxLines="1" |
|
|
|
|
android:text="@string/setting" |
|
|
|
|
android:textColor="@color/tv_text_default" |
|
|
|
|
android:textColor="@color/primaryText" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|