Fixed multiple context menus appearing + customizable app menu spacing + renaming view is unscrollable

This commit is contained in:
ottoptj 2024-08-30 19:36:53 +03:00
commit 5a3012f0f1
10 changed files with 91 additions and 13 deletions

View file

@ -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"