Merge pull request #13 from alrajdev/fix_textstyle_pref_default_value

Fix wrong TextStyle default value
This commit is contained in:
ottop 2024-11-02 02:32:30 +02:00 committed by GitHub
commit 4d1282db3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@
<eu.ottop.yamlauncher.settings.SpinnerPreference <eu.ottop.yamlauncher.settings.SpinnerPreference
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:defaultValue="system" android:defaultValue="normal"
android:entries="@array/style_options" android:entries="@array/style_options"
android:entryValues="@array/style_values" android:entryValues="@array/style_values"
app:key="textStyle" app:key="textStyle"