diff options
author | Camil Staps | 2015-05-19 14:38:18 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-19 14:38:18 +0200 |
commit | 5b47e66734075109b86aafdc7562aa3264f46436 (patch) | |
tree | 88e6d83a0b1fe37170e13d6d86a73d12e610ccf9 /app/src/main/res/xml/pref_headers.xml | |
parent | Idea loading icon (diff) |
SettingsActivity with data sync option
Diffstat (limited to 'app/src/main/res/xml/pref_headers.xml')
-rw-r--r-- | app/src/main/res/xml/pref_headers.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/pref_headers.xml b/app/src/main/res/xml/pref_headers.xml new file mode 100644 index 0000000..1c58203 --- /dev/null +++ b/app/src/main/res/xml/pref_headers.xml @@ -0,0 +1,6 @@ +<preference-headers xmlns:android="http://schemas.android.com/apk/res/android"> + + <header android:fragment="org.rssin.android.SettingsActivity$DataSyncPreferenceFragment" + android:title="@string/pref_header_data_sync" /> + +</preference-headers> |