UnifiedNlp/res/xml/nlp_preferences.xml
mar-v-in aa49009a78 Revamp configuration UI, handle preferences the android way
- Icon's are no longer shown in settings
- It's now possible to define a summary and an about activity (useful to fulfill license requirements)
2014-12-26 16:20:38 +01:00

17 lines
833 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:key="nlp_preferences">
<PreferenceCategory android:title="@string/network_location">
<org.microg.nlp.ui.LocationBackendPreference
android:key="@string/pref_location_backends"
android:title="@string/configure_backends"
android:summary="@string/configure_location_backends_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/geocoding">
<org.microg.nlp.ui.GeocoderBackendPreference
android:key="@string/pref_geocoder_backends"
android:title="@string/configure_backends"
android:summary="@string/configure_geocoder_backends_summary" />
</PreferenceCategory>
</PreferenceScreen>