From 2e47911e99c3ecc2476d457101efb99ae7472f2c Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 11 Aug 2022 11:10:59 +0200 Subject: [PATCH] Increased range of sqlite slider --- app/src/main/res/layout/fragment_options_misc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_options_misc.xml b/app/src/main/res/layout/fragment_options_misc.xml index d0c633f2e9..956ffebb62 100644 --- a/app/src/main/res/layout/fragment_options_misc.xml +++ b/app/src/main/res/layout/fragment_options_misc.xml @@ -1101,9 +1101,9 @@ android:id="@+id/sbSqliteCache" android:layout_width="0dp" android:layout_height="wrap_content" - android:max="50" + android:max="100" android:min="0" - android:progress="5" + android:progress="10" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvSqliteCache" />