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