Refactoring and comments omfg

This commit is contained in:
ottoptj 2024-08-11 18:37:18 +03:00
commit 033fff6820
10 changed files with 165 additions and 135 deletions

View file

@ -45,15 +45,6 @@
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:title="Home Screen">
<ListPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:defaultValue="4"
app:entries="@array/shortcut_options"
app:entryValues="@array/shortcut_options"
app:key="shortcutNo"
app:title="Number of Shortcuts"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="left"
app:entries="@array/h_alignment_options"
@ -79,6 +70,15 @@
app:key="dateSize"
app:title="Date Size"
app:useSimpleSummaryProvider="true" />
<ListPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:defaultValue="4"
app:entries="@array/shortcut_options"
app:entryValues="@array/shortcut_options"
app:key="shortcutNo"
app:title="Number of Shortcuts"
app:useSimpleSummaryProvider="true" />
<ListPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"