diff --git a/app/build.gradle b/app/build.gradle index 9362ceff3..02789436f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -103,7 +103,7 @@ dependencies { implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0-alpha03' implementation 'androidx.lifecycle:lifecycle-common-java8:2.7.0' implementation 'androidx.work:work-runtime:2.9.0' diff --git a/app/src/main/res/drawable/custom_selectable_item_background.xml b/app/src/main/res/drawable/custom_selectable_item_background.xml new file mode 100644 index 000000000..79f1a09ca --- /dev/null +++ b/app/src/main/res/drawable/custom_selectable_item_background.xml @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/app/src/main/res/layout/activity_reader.xml b/app/src/main/res/layout/activity_reader.xml index 6d8f9aaec..b7937ac66 100644 --- a/app/src/main/res/layout/activity_reader.xml +++ b/app/src/main/res/layout/activity_reader.xml @@ -71,10 +71,9 @@ android:id="@+id/slider" android:layout_width="match_parent" android:layout_height="wrap_content" - android:stepSize="1" + android:stepSize="1.0" android:valueFrom="0" app:labelBehavior="floating" - app:tickVisible="false" app:trackColorInactive="?attr/m3ColorBackground" /> diff --git a/app/src/main/res/layout/layout_details_info.xml b/app/src/main/res/layout/layout_details_info.xml index a30392c42..d32880195 100644 --- a/app/src/main/res/layout/layout_details_info.xml +++ b/app/src/main/res/layout/layout_details_info.xml @@ -54,7 +54,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:background="?selectableItemBackgroundBorderless" + android:background="@drawable/custom_selectable_item_background" android:visibility="gone" app:drawableTopCompat="@drawable/ic_web" tools:text="Source"