Fix wrong TextStyle default value

This commit is contained in:
Alraj Dev 2024-10-25 16:55:38 +05:30
commit 092c527a3f

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"