Updated gradle and added customization to Shortcut Spacing

This commit is contained in:
ottoptj 2024-08-30 18:15:48 +03:00
commit e453742ce8
6 changed files with 57 additions and 1 deletions

View file

@ -105,6 +105,15 @@
app:key="shortcutSize"
app:title="Shortcut Size"
app:useSimpleSummaryProvider="true" />
<ListPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:defaultValue="0.09"
app:entries="@array/shortcut_spacing_options"
app:entryValues="@array/shortcut_spacing_values"
app:key="shortcutWeight"
app:title="Shortcut Spacing"
app:useSimpleSummaryProvider="true" />
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"