Update material components

This commit is contained in:
Koitharu
2022-02-12 14:07:06 +02:00
parent 98f723200b
commit 4098f06995
14 changed files with 363 additions and 81 deletions

View File

@@ -45,16 +45,14 @@
app:iconSpaceReserved="false"
app:useSimpleSummaryProvider="true" />
<SeekBarPreference
<org.koitharu.kotatsu.settings.utils.SliderPreference
android:key="grid_size"
android:max="150"
android:stepSize="5"
android:title="@string/grid_size"
android:valueFrom="50"
android:valueTo="150"
app:defaultValue="100"
app:iconSpaceReserved="false"
app:min="50"
app:seekBarIncrement="10"
app:showSeekBarValue="false"
app:updatesContinuously="true" />
app:iconSpaceReserved="false" />
<PreferenceScreen
android:fragment="org.koitharu.kotatsu.settings.sources.SourcesSettingsFragment"