mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Merge pull request #13 from alrajdev/fix_textstyle_pref_default_value
Fix wrong TextStyle default value
This commit is contained in:
commit
4d1282db3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue