fedilab-Android-App/app/src/main/res/xml/pref_language.xml

20 lines
842 B
XML

<?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>