mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Updated gradle and added customization to Shortcut Spacing
This commit is contained in:
parent
b47fa4b48c
commit
e453742ce8
6 changed files with 57 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue