make default value false (though doesn't matter as caller sets that:

prev commit)
This commit is contained in:
Eric House 2013-10-01 07:40:51 -07:00
parent 3b87c9562c
commit f4881dd00e

View file

@ -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"