Disabled colored Navigation Bar by default.

This commit is contained in:
Karim Abou Zeid 2015-08-14 21:16:32 +02:00
commit 93e1a9410e
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
android:widgetLayout="@layout/preference_dynamic_checkbox" />
<CheckBoxPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="should_color_navigation_bar"
android:layout="@layout/preference_custom"
android:summary="@string/pref_summary_colored_navigation_bar"