2023-05-27 04:52:00 +02:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-01-12 04:13:46 +01:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2016-06-27 16:46:31 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2020-05-25 04:21:54 +02:00
|
|
|
android:id="@+id/reader_layout"
|
2016-06-27 16:46:31 +02:00
|
|
|
android:layout_width="match_parent"
|
2023-05-27 04:52:00 +02:00
|
|
|
android:layout_height="match_parent">
|
2015-10-21 00:04:04 +02:00
|
|
|
|
2015-10-24 16:04:42 +02:00
|
|
|
<FrameLayout
|
2016-06-27 16:46:31 +02:00
|
|
|
android:id="@+id/reader_container"
|
2015-10-21 00:04:04 +02:00
|
|
|
android:layout_width="match_parent"
|
2015-11-18 21:54:33 +01:00
|
|
|
android:layout_height="match_parent">
|
2016-06-27 16:46:31 +02:00
|
|
|
|
|
|
|
|
<FrameLayout
|
2018-09-01 17:12:59 +02:00
|
|
|
android:id="@+id/viewer_container"
|
2016-06-27 16:46:31 +02:00
|
|
|
android:layout_width="match_parent"
|
2021-10-01 14:09:36 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:descendantFocusability="blocksDescendants" />
|
2016-06-27 16:46:31 +02:00
|
|
|
|
2023-05-03 22:18:25 +02:00
|
|
|
<androidx.compose.ui.platform.ComposeView
|
2016-06-27 16:46:31 +02:00
|
|
|
android:id="@+id/page_number"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-03 22:18:25 +02:00
|
|
|
android:layout_gravity="bottom|center_horizontal" />
|
2016-06-27 16:46:31 +02:00
|
|
|
|
2015-10-24 16:04:42 +02:00
|
|
|
</FrameLayout>
|
2015-10-21 00:04:04 +02:00
|
|
|
|
2021-03-26 04:10:22 +01:00
|
|
|
<eu.kanade.tachiyomi.ui.reader.ReaderColorFilterView
|
2020-02-23 06:07:34 +01:00
|
|
|
android:id="@+id/color_overlay"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
2021-03-20 20:36:01 +01:00
|
|
|
<eu.kanade.tachiyomi.ui.reader.ReaderNavigationOverlayView
|
|
|
|
|
android:id="@+id/navigation_overlay"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-08-23 01:25:40 +02:00
|
|
|
android:clickable="false"
|
2021-08-15 16:42:45 +02:00
|
|
|
android:focusable="false"
|
2021-03-20 20:36:01 +01:00
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
2021-03-05 01:08:40 +01:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2016-06-27 16:46:31 +02:00
|
|
|
android:id="@+id/reader_menu"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2018-09-01 17:12:59 +02:00
|
|
|
android:theme="?attr/actionBarTheme"
|
2016-06-27 16:46:31 +02:00
|
|
|
android:visibility="invisible"
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
2020-01-06 09:26:31 +01:00
|
|
|
<com.google.android.material.appbar.AppBarLayout
|
2018-06-10 06:50:17 +02:00
|
|
|
android:id="@+id/header"
|
2016-06-27 16:46:31 +02:00
|
|
|
android:layout_width="match_parent"
|
2018-06-10 06:50:17 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:animateLayoutChanges="true"
|
2021-03-05 01:08:40 +01:00
|
|
|
app:elevation="0dp"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
2018-06-10 06:50:17 +02:00
|
|
|
|
2020-04-05 21:40:14 +02:00
|
|
|
<com.google.android.material.appbar.MaterialToolbar
|
2018-06-10 06:50:17 +02:00
|
|
|
android:id="@+id/toolbar"
|
|
|
|
|
android:layout_width="match_parent"
|
2021-04-14 14:59:23 +02:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:minHeight="?attr/actionBarSize" />
|
2018-06-10 06:50:17 +02:00
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/eh_utils"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:visibility="visible">
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
2022-07-09 06:00:18 +02:00
|
|
|
<com.google.android.material.materialswitch.MaterialSwitch
|
2018-06-10 06:50:17 +02:00
|
|
|
android:id="@+id/eh_autoscroll"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_width="0dp"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:layout_height="match_parent"
|
2018-06-10 06:50:17 +02:00
|
|
|
android:layout_weight="1"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:gravity="center_horizontal|center_vertical"
|
2022-07-09 06:00:18 +02:00
|
|
|
android:paddingHorizontal="16dp"
|
|
|
|
|
android:paddingVertical="16dp"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:text="@string/eh_autoscroll"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:textColor="?attr/colorOnSurface"
|
|
|
|
|
android:textSize="13sp" />
|
2018-06-10 06:50:17 +02:00
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/eh_autoscroll_freq"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:backgroundTint="?attr/colorAccent"
|
|
|
|
|
android:gravity="center_horizontal|center_vertical"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:importantForAutofill="no"
|
2018-06-10 06:50:17 +02:00
|
|
|
android:inputType="numberDecimal"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:maxLength="10"
|
|
|
|
|
android:singleLine="true" />
|
2018-06-10 06:50:17 +02:00
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/eh_autoscroll_help"
|
2021-12-13 02:39:00 +01:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-09-12 18:09:11 +02:00
|
|
|
android:text="\?"
|
2021-12-17 15:32:42 +01:00
|
|
|
android:textColor="?attr/colorOnSurface"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:textStyle="bold"
|
2022-01-15 23:58:39 +01:00
|
|
|
tools:ignore="HardcodedText" />
|
2018-06-10 06:50:17 +02:00
|
|
|
|
|
|
|
|
</LinearLayout>
|
2018-06-10 18:15:15 +02:00
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_height="0dp"
|
2018-06-10 18:15:15 +02:00
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/eh_retry_all"
|
2021-12-13 02:39:00 +01:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2018-06-10 18:15:15 +02:00
|
|
|
android:layout_width="match_parent"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_height="match_parent"
|
2018-06-10 18:15:15 +02:00
|
|
|
android:layout_weight="1"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:fontFamily="sans-serif"
|
|
|
|
|
android:text="@string/eh_retry_all"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:textColor="?attr/colorOnSurface"
|
|
|
|
|
android:textSize="13sp" />
|
2018-06-10 18:15:15 +02:00
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/eh_retry_all_help"
|
2021-12-13 02:39:00 +01:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-09-12 18:09:11 +02:00
|
|
|
android:text="\?"
|
2021-12-17 15:32:42 +01:00
|
|
|
android:textColor="?attr/colorOnSurface"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:textStyle="bold"
|
2022-01-15 23:58:39 +01:00
|
|
|
tools:ignore="HardcodedText" />
|
2018-06-10 18:15:15 +02:00
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/eh_boost_page"
|
2021-12-13 02:39:00 +01:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2018-06-10 18:15:15 +02:00
|
|
|
android:layout_width="match_parent"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_height="match_parent"
|
2018-06-10 18:15:15 +02:00
|
|
|
android:layout_weight="1"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:fontFamily="sans-serif"
|
|
|
|
|
android:text="@string/eh_boost_page"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:textColor="?attr/colorOnSurface"
|
|
|
|
|
android:textSize="13sp" />
|
2018-06-10 18:15:15 +02:00
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/eh_boost_page_help"
|
2021-12-13 02:39:00 +01:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2022-01-15 23:58:39 +01:00
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-09-12 18:09:11 +02:00
|
|
|
android:text="\?"
|
2021-12-17 15:32:42 +01:00
|
|
|
android:textColor="?attr/colorOnSurface"
|
2022-01-01 23:15:50 +01:00
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:textStyle="bold"
|
2022-01-15 23:58:39 +01:00
|
|
|
tools:ignore="HardcodedText" />
|
2018-06-10 18:15:15 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
2018-06-10 06:50:17 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/expand_eh_button"
|
2021-12-13 02:39:00 +01:00
|
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
2018-06-10 06:50:17 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:padding="0dp"
|
2021-09-12 18:09:11 +02:00
|
|
|
app:srcCompat="@drawable/ic_keyboard_arrow_down_white_32dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-03-05 01:08:40 +01:00
|
|
|
|
2020-01-06 09:26:31 +01:00
|
|
|
</com.google.android.material.appbar.AppBarLayout>
|
2016-06-27 16:46:31 +02:00
|
|
|
|
2021-03-05 01:08:40 +01:00
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
|
|
|
android:id="@+id/above_guideline"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintGuide_percent="0.3"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/header"/>
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/seekbar_vert_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
android:orientation="horizontal"
|
2021-07-04 20:10:25 +02:00
|
|
|
app:layout_constraintBottom_toTopOf="@id/below_guideline"
|
2021-03-05 01:08:40 +01:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/above_guideline"
|
|
|
|
|
tools:ignore="NotSibling">
|
|
|
|
|
|
2023-05-03 21:54:37 +02:00
|
|
|
<androidx.compose.ui.platform.ComposeView
|
2021-03-05 01:08:40 +01:00
|
|
|
android:id="@+id/reader_nav_vert"
|
2023-05-03 21:54:37 +02:00
|
|
|
android:layout_width="wrap_content"
|
2021-03-05 01:08:40 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_alignParentEnd="true"
|
|
|
|
|
android:layout_centerVertical="true"
|
2023-05-03 21:54:37 +02:00
|
|
|
android:gravity="center"/>
|
2021-03-05 01:08:40 +01:00
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
2021-07-04 20:10:25 +02:00
|
|
|
<androidx.constraintlayout.widget.Guideline
|
|
|
|
|
android:id="@+id/below_guideline"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintGuide_percent="0.85"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@id/reader_menu_bottom"/>
|
|
|
|
|
|
2020-08-25 01:25:47 +02:00
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/reader_menu_bottom"
|
|
|
|
|
android:layout_width="match_parent"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:layout_height="wrap_content"
|
2021-02-13 16:47:17 +01:00
|
|
|
android:layout_gravity="bottom"
|
2021-03-05 01:08:40 +01:00
|
|
|
android:orientation="vertical"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent">
|
2015-11-18 21:54:33 +01:00
|
|
|
|
2023-05-03 21:54:37 +02:00
|
|
|
<androidx.compose.ui.platform.ComposeView
|
2021-03-05 01:08:40 +01:00
|
|
|
android:id="@+id/reader_nav_horz"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:layout_width="match_parent"
|
2020-08-25 01:25:47 +02:00
|
|
|
android:layout_height="wrap_content"
|
2021-02-13 16:47:17 +01:00
|
|
|
android:layout_marginBottom="16dp"
|
2023-05-03 21:54:37 +02:00
|
|
|
android:layoutDirection="ltr" />
|
2021-01-06 09:06:14 +01:00
|
|
|
|
2023-06-10 04:52:49 +02:00
|
|
|
<LinearLayout
|
2021-06-26 05:28:19 +02:00
|
|
|
android:id="@+id/toolbar_bottom"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:layout_width="match_parent"
|
2021-02-13 16:47:17 +01:00
|
|
|
android:layout_height="?attr/actionBarSize"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:layout_gravity="bottom"
|
2021-07-03 17:11:34 +02:00
|
|
|
android:clickable="true"
|
|
|
|
|
tools:ignore="KeyboardInaccessibleWidget">
|
2021-01-06 09:06:14 +01:00
|
|
|
|
|
|
|
|
<ImageButton
|
2021-02-13 16:47:17 +01:00
|
|
|
android:id="@+id/action_chapter_list"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:contentDescription="@string/chapters"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2021-02-13 16:47:17 +01:00
|
|
|
app:srcCompat="@drawable/ic_format_list_numbered_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-01-06 09:06:14 +01:00
|
|
|
|
|
|
|
|
<ImageButton
|
2021-03-09 04:44:31 +01:00
|
|
|
android:id="@+id/action_web_view"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:contentDescription="@string/action_open_in_web_view"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2022-10-28 17:41:51 +02:00
|
|
|
app:srcCompat="@drawable/ic_webview_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-01-06 09:06:14 +01:00
|
|
|
|
2023-06-10 04:52:49 +02:00
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/action_share"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/action_share"
|
|
|
|
|
android:padding="@dimen/screen_edge_margin"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
app:srcCompat="@drawable/ic_share_24dp"
|
|
|
|
|
app:tint="?attr/colorOnSurface" />
|
|
|
|
|
|
2021-05-06 21:33:28 +02:00
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/action_reading_mode"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2021-05-06 21:33:28 +02:00
|
|
|
android:contentDescription="@string/viewer"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-05-06 21:33:28 +02:00
|
|
|
app:srcCompat="@drawable/ic_reader_default_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-05-06 21:33:28 +02:00
|
|
|
|
2021-03-28 22:25:53 +02:00
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/action_crop_borders"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2021-03-28 22:25:53 +02:00
|
|
|
android:contentDescription="@string/pref_crop_borders"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-03-28 23:06:07 +02:00
|
|
|
app:srcCompat="@drawable/ic_crop_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-03-28 22:25:53 +02:00
|
|
|
|
2021-05-06 21:33:28 +02:00
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/action_rotation"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2021-05-06 21:33:28 +02:00
|
|
|
android:contentDescription="@string/pref_rotation_type"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-05-06 21:33:28 +02:00
|
|
|
app:srcCompat="@drawable/ic_screen_rotation_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-05-06 21:33:28 +02:00
|
|
|
|
2021-05-23 00:41:04 +02:00
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/double_page"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2021-05-23 00:41:04 +02:00
|
|
|
android:contentDescription="@string/page_layout"
|
|
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-05-23 00:41:04 +02:00
|
|
|
app:srcCompat="@drawable/ic_book_open_variant_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-05-23 00:41:04 +02:00
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/shift_page_button"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2021-05-23 00:41:04 +02:00
|
|
|
android:contentDescription="@string/shift_double_pages"
|
|
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-05-23 00:41:04 +02:00
|
|
|
app:srcCompat="@drawable/ic_page_next_outline_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-05-23 00:41:04 +02:00
|
|
|
|
2021-01-06 09:06:14 +01:00
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
2021-06-19 21:45:16 +02:00
|
|
|
android:background="?attr/selectableItemBackgroundBorderless"
|
2021-01-06 09:06:14 +01:00
|
|
|
android:contentDescription="@string/action_settings"
|
2021-05-22 16:10:41 +02:00
|
|
|
android:padding="@dimen/screen_edge_margin"
|
2023-06-10 04:52:49 +02:00
|
|
|
android:layout_weight="1"
|
2021-02-13 16:47:17 +01:00
|
|
|
app:srcCompat="@drawable/ic_settings_24dp"
|
2021-12-17 15:32:42 +01:00
|
|
|
app:tint="?attr/colorOnSurface" />
|
2021-01-06 09:06:14 +01:00
|
|
|
|
2023-06-10 04:52:49 +02:00
|
|
|
</LinearLayout>
|
2021-01-06 09:06:14 +01:00
|
|
|
|
2020-08-25 01:25:47 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
2021-03-05 01:08:40 +01:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
2020-08-22 23:26:03 +02:00
|
|
|
|
2016-07-07 23:18:22 +02:00
|
|
|
<View
|
|
|
|
|
android:id="@+id/brightness_overlay"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2020-01-12 04:13:46 +01:00
|
|
|
android:visibility="gone" />
|
2016-09-21 21:26:08 +02:00
|
|
|
|
2023-05-27 04:52:00 +02:00
|
|
|
</FrameLayout>
|