mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Added preview message in title preference file
This commit is contained in:
parent
264ab14847
commit
1f115426fc
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:icon="@android:drawable/ic_menu_view"
|
||||
android:key="preview_message_in_title"
|
||||
android:summary="@string/pref_summary_preview_message_in_title"
|
||||
android:title="@string/pref_title_preview_message_in_title" />
|
||||
</androidx.preference.PreferenceScreen>
|
Loading…
Reference in New Issue
Block a user