Put log file option in a development option category, change order in Mi Band preference screen.

master
Andreas Shimokawa 2015-06-13 00:58:23 +02:00
parent 3a6e8789c1
commit cfedf4acde
2 changed files with 17 additions and 15 deletions

View File

@ -36,16 +36,6 @@
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_development"
android:title="@string/pref_header_development">
<EditTextPreference
android:digits="0123456789ABCDEF:"
android:key="development_miaddr"
android:maxLength="17"
android:title="@string/pref_title_development_miaddr" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_category_miband_notification"
android:title="@string/pref_header_vibration_count">
@ -75,4 +65,13 @@
android:title="@string/pref_title_notifications_generic" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_development"
android:title="@string/pref_header_development">
<EditTextPreference
android:digits="0123456789ABCDEF:"
android:key="development_miaddr"
android:maxLength="17"
android:title="@string/pref_title_development_miaddr" />
</PreferenceCategory>
</PreferenceScreen>

View File

@ -61,9 +61,12 @@
android:title="@string/preferences_miband_settings" />
</PreferenceCategory>
<CheckBoxPreference
android:defaultValue="false"
android:key="@string/pref_log_to_file"
android:title="@string/pref_write_logfiles" />
<PreferenceCategory
android:key="pref_key_development"
android:title="@string/pref_header_development">
<CheckBoxPreference
android:defaultValue="false"
android:key="@string/pref_log_to_file"
android:title="@string/pref_write_logfiles" />
</PreferenceCategory>
</PreferenceScreen>