summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/pref_language.xml
blob: ae608822ccbeb43fa08e7f91d91ba102d5b84057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent">
    <ListPreference
        app:entries="@array/SET_TRANSLATE_VALUES"
        app:entryValues="@array/SET_TRANSLATE_ENTRIES"
        app:iconSpaceReserved="false"
        app:key="@string/SET_DEFAULT_LOCALE_NEW"
        app:summary="@string/set_push_notifications"
        app:title="@string/set_change_locale"
        app:useSimpleSummaryProvider="true" />

    <Preference
        android:key="@string/SET_TRANSLATE_VALUES_RESET"
        android:summary="@string/default_system_language"
        android:title="@string/reset"
        app:iconSpaceReserved="false" />
</PreferenceScreen>