ref: 03fb6e02e13f333689d4cdd2e9b29de776fada25
app/src/main/res/xml/pref_main.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceCategory android:title="@string/pref_category_timetable"> <EditTextPreference android:defaultValue="@string/timetable_source_url" android:key="@string/key_timetable_source_url" android:summary="@string/timetable_source_url" android:title="@string/title_timetable_source_url" /> <!-- todo intent get file (import) --> <!-- todo reset source --> </PreferenceCategory> </PreferenceScreen> |