mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Fixed multiple context menus appearing + customizable app menu spacing + renaming view is unscrollable
This commit is contained in:
parent
e453742ce8
commit
5a3012f0f1
10 changed files with 91 additions and 13 deletions
|
|
@ -241,6 +241,15 @@
|
|||
app:key="searchSize"
|
||||
app:title="Search Size"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
<ListPreference
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:defaultValue="20"
|
||||
app:entries="@array/app_spacing_options"
|
||||
app:entryValues="@array/app_spacing_values"
|
||||
app:key="appSpacing"
|
||||
app:title="App 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