mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 10:31:03 +01:00
9 lines
457 B
XML
9 lines
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<SwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="pref_transliteration_enabled"
|
|
android:icon="@drawable/ic_translate"
|
|
android:summary="@string/pref_summary_transliteration"
|
|
android:title="@string/pref_title_transliteration" />
|
|
</androidx.preference.PreferenceScreen> |