Bring back reader slider

This commit is contained in:
Koitharu
2024-04-23 09:23:19 +03:00
parent e520e695f9
commit fc2ab3f795
8 changed files with 63 additions and 147 deletions

View File

@@ -60,6 +60,15 @@
android:layout_weight="1"
tools:menu="@menu/opt_reader_bottom">
<com.google.android.material.slider.Slider
android:id="@+id/slider"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stepSize="1"
android:valueFrom="0"
app:labelBehavior="floating"
app:tickVisible="false" />
</com.google.android.material.appbar.MaterialToolbar>
</LinearLayout>