Move "show notes ..." pref into Buttons submenu.
This commit is contained in:
parent
c7c90ea919
commit
5d1c6cd118
1 changed files with 4 additions and 4 deletions
|
@ -110,11 +110,11 @@
|
||||||
android:key="@string/key_show_calibration_button"
|
android:key="@string/key_show_calibration_button"
|
||||||
android:title="@string/overview_calibration"
|
android:title="@string/overview_calibration"
|
||||||
android:summary="@string/show_calibration_button_summary"/>
|
android:summary="@string/show_calibration_button_summary"/>
|
||||||
|
<SwitchPreference
|
||||||
|
android:defaultValue="false"
|
||||||
|
android:key="@string/key_show_notes_entry_dialogs"
|
||||||
|
android:title="@string/overview_show_notes_field_in_dialogs_title" />
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
<SwitchPreference
|
|
||||||
android:defaultValue="false"
|
|
||||||
android:key="@string/key_show_notes_entry_dialogs"
|
|
||||||
android:title="@string/overview_show_notes_field_in_dialogs_title" />
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
Loading…
Reference in a new issue