mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
make default value false (though doesn't matter as caller sets that:
prev commit)
This commit is contained in:
parent
3b87c9562c
commit
f4881dd00e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
<CheckBoxPreference android:key="@string/key_hide_title"
|
||||
android:title="@string/hide_title"
|
||||
android:summary="@string/hide_title_summary"
|
||||
android:defaultValue="true"
|
||||
android:defaultValue="false"
|
||||
/>
|
||||
<CheckBoxPreference android:key="@string/key_show_arrow"
|
||||
android:title="@string/show_arrow"
|
||||
|
|
Loading…
Reference in a new issue