ref: 2c61d7b87d057c7833f0974dfe17e2e70e12443b
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> |