From 372327b605edb69903a55c76a0238b142c45f5d6 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Mon, 16 Jun 2025 19:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/drawable/ic_cursor_left.xml | 2 +- app/src/main/res/drawable/ic_cursor_right.xml | 2 +- app/src/main/res/layout/dialog_text_view.xml | 2 +- app/src/main/res/layout/item_source_edit.xml | 6 +- app/src/main/res/layout/view_read_menu.xml | 438 +++++++++--------- 5 files changed, 227 insertions(+), 223 deletions(-) diff --git a/app/src/main/res/drawable/ic_cursor_left.xml b/app/src/main/res/drawable/ic_cursor_left.xml index 1656763c3..d10e5da81 100644 --- a/app/src/main/res/drawable/ic_cursor_left.xml +++ b/app/src/main/res/drawable/ic_cursor_left.xml @@ -6,6 +6,6 @@ android:viewportHeight="24"> \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_cursor_right.xml b/app/src/main/res/drawable/ic_cursor_right.xml index 99734ea19..4f4181ecb 100644 --- a/app/src/main/res/drawable/ic_cursor_right.xml +++ b/app/src/main/res/drawable/ic_cursor_right.xml @@ -6,6 +6,6 @@ android:viewportHeight="24"> \ No newline at end of file diff --git a/app/src/main/res/layout/dialog_text_view.xml b/app/src/main/res/layout/dialog_text_view.xml index fd378010f..7a18e6677 100644 --- a/app/src/main/res/layout/dialog_text_view.xml +++ b/app/src/main/res/layout/dialog_text_view.xml @@ -35,7 +35,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:fillViewport="true"> - + android:paddingHorizontal="16dp" + android:paddingVertical="8dp"> diff --git a/app/src/main/res/layout/view_read_menu.xml b/app/src/main/res/layout/view_read_menu.xml index 76f1234e0..305e62717 100644 --- a/app/src/main/res/layout/view_read_menu.xml +++ b/app/src/main/res/layout/view_read_menu.xml @@ -19,7 +19,6 @@ android:id="@+id/title_bar" android:layout_width="match_parent" android:layout_height="wrap_content" - android:theme="?attr/actionBarStyle" app:layout_constraintTop_toTopOf="parent"> - - - + app:strokeWidth="0dp" + android:layout_margin="8dp"> - - - - - - - - - - - - - + android:orientation="vertical"> + + android:orientation="horizontal"> - + + + + + + + + + + + + + android:focusable="true" + android:orientation="vertical" + android:gravity="center" + android:paddingBottom="4dp" + tools:ignore="VisualLintBounds"> - + + + + + + + + - - - - - - - - + android:focusable="true" + android:orientation="vertical" + android:gravity="center" + android:paddingBottom="4dp" + tools:ignore="VisualLintBounds"> - + + + + + + + + - - - - - - - - + android:focusable="true" + android:orientation="vertical" + android:gravity="center" + android:paddingBottom="4dp" + tools:ignore="VisualLintBounds"> - + + + + + + + + - - - - - - - - + android:focusable="true" + android:orientation="vertical" + android:gravity="center" + android:paddingBottom="4dp" + tools:ignore="VisualLintBounds"> + + + + + + + - - - - - + \ No newline at end of file