Also set default-value in preferences xml

closes #63
This commit is contained in:
ligi 2016-04-02 16:51:12 +02:00
parent 9507319ec6
commit f258804191

View file

@ -3,6 +3,7 @@
<CheckBoxPreference
android:key="@string/preference_key_autolight"
android:summary="Increase brightness when showing barcode"
android:defaultValue="true"
android:title="Automatic light" />
<CheckBoxPreference