Changeset View
Changeset View
Standalone View
Standalone View
app/src/main/res/xml/preferences.xml
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| xmlns:app="http://schemas.android.com/apk/res-auto"> | xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
| <androidx.preference.PreferenceCategory android:title="@string/general_settings"> | <androidx.preference.PreferenceCategory android:title="@string/general_settings"> | ||||
| <androidx.preference.ListPreference | <androidx.preference.ListPreference | ||||
| android:key="startup_screen_to_show" | android:key="startup_screen_to_show" | ||||
| android:entries="@array/first_screen_shown" | android:entries="@array/first_screen_shown" | ||||
| android:entryValues="@array/first_screen_values" | android:entryValues="@array/first_screen_values" | ||||
| android:title="@string/pref_shown_startup" | android:title="@string/pref_shown_startup" | ||||
| android:summary="%s" | android:summary="%s" | ||||
| /> | /> | ||||
| <androidx.preference.ListPreference | |||||
| android:key="@string/pref_positions_source" | |||||
| android:entries="@array/positions_source_sel" | |||||
| android:entryValues="@array/positions_source_values" | |||||
| android:title="@string/positions_source_pref_title" | |||||
| /> | |||||
| </androidx.preference.PreferenceCategory> | </androidx.preference.PreferenceCategory> | ||||
| <androidx.preference.PreferenceCategory | <androidx.preference.PreferenceCategory | ||||
| android:title="@string/pref_recents_group_title"> | android:title="@string/pref_recents_group_title"> | ||||
| <!-- | <!-- | ||||
| <androidx.preference.EditTextPreference | <androidx.preference.EditTextPreference | ||||
| android:defaultValue="10" | android:defaultValue="10" | ||||
| android:selectAllOnFocus="true" | android:selectAllOnFocus="true" | ||||
| ▲ Show 20 Lines • Show All 82 Lines • Show Last 20 Lines | |||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register