2024-05-03 16:36:16 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-05-17 00:28:54 +02:00
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2024-05-03 16:36:16 +02:00
|
|
|
<PreferenceCategory
|
|
|
|
android:icon="@drawable/ic_gps_edit"
|
|
|
|
android:key="pref_header_agps"
|
|
|
|
android:title="@string/pref_agps_header">
|
2024-05-17 00:28:54 +02:00
|
|
|
|
2024-05-03 16:36:16 +02:00
|
|
|
<Preference
|
2024-05-17 00:28:54 +02:00
|
|
|
android:key="pref_garmin_agps_help"
|
|
|
|
android:summary="@string/pref_garmin_agps_help"
|
|
|
|
app:iconSpaceReserved="false" />
|
|
|
|
|
2024-05-03 16:36:16 +02:00
|
|
|
<Preference
|
2024-05-17 00:28:54 +02:00
|
|
|
android:icon="@drawable/ic_folder"
|
|
|
|
android:key="garmin_agps_folder"
|
|
|
|
android:title="@string/folder" />
|
2024-05-03 16:36:16 +02:00
|
|
|
|
|
|
|
</PreferenceCategory>
|
2024-05-17 00:28:54 +02:00
|
|
|
</androidx.preference.PreferenceScreen>
|