Changeset View
Changeset View
Standalone View
Standalone View
res/xml/preferences.xml
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | <androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| </androidx.preference.PreferenceCategory> | </androidx.preference.PreferenceCategory> | ||||
| <!-- | <!-- | ||||
| <androidx.preference.Preference | <androidx.preference.Preference | ||||
| android:layout="@layout/pref_extra_version" | android:layout="@layout/pref_extra_version" | ||||
| android:key="version" | android:key="version" | ||||
| /> | /> | ||||
| --> | --> | ||||
| <androidx.preference.PreferenceCategory android:title="@string/arrival_times"> | |||||
| <androidx.preference.ListPreference | |||||
| android:title="@string/pref_directions_capitalize" | |||||
| android:entries="@array/directions_capitalize" | |||||
| android:entryValues="@array/directions_capitalize_keys" | |||||
| android:key="@string/pref_arrival_times_capit" | |||||
| /> | |||||
| </androidx.preference.PreferenceCategory> | |||||
| </androidx.preference.PreferenceScreen> | </androidx.preference.PreferenceScreen> | ||||
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