Changeset View
Changeset View
Standalone View
Standalone View
app/src/main/res/xml/preferences.xml
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | <androidx.preference.PreferenceCategory android:title="Database"> | ||||
| android:key="pref_db_update_now" | android:key="pref_db_update_now" | ||||
| /> | /> | ||||
| <androidx.preference.Preference | <androidx.preference.Preference | ||||
| android:title="@string/remove_all_trips" | android:title="@string/remove_all_trips" | ||||
| android:key="pref_clear_gtfs_trips" | android:key="pref_clear_gtfs_trips" | ||||
| /> | /> | ||||
| </androidx.preference.PreferenceCategory> | </androidx.preference.PreferenceCategory> | ||||
| <androidx.preference.PreferenceCategory android:title="@string/backup_restore"> | |||||
| <androidx.preference.Preference | |||||
| android:title="@string/backup_activity" | |||||
| android:key="pref_backup_open" | |||||
| /> | |||||
| </androidx.preference.PreferenceCategory> | |||||
| <androidx.preference.PreferenceCategory | <androidx.preference.PreferenceCategory | ||||
| android:title="@string/settings_experimental"> | android:title="@string/settings_experimental"> | ||||
| <androidx.preference.SwitchPreferenceCompat | <androidx.preference.SwitchPreferenceCompat | ||||
| android:defaultValue="false" | android:defaultValue="false" | ||||
| android:title="@string/pref_experimental_msg" android:key="@string/pref_key_experimental"/> | android:title="@string/pref_experimental_msg" android:key="@string/pref_key_experimental"/> | ||||
| </androidx.preference.PreferenceCategory> | </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