Grundaufbau der App
[DHBWCampusApp.git] / app / src / main / res / xml / pref_headers.xml
1 <preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
2
3     <!-- These settings headers are only used on tablets. -->
4
5     <header
6         android:fragment="de.dhbwloe.campusapp.SettingsActivity$GeneralPreferenceFragment"
7         android:icon="@drawable/ic_info_black_24dp"
8         android:title="@string/pref_header_general" />
9
10     <header
11         android:fragment="de.dhbwloe.campusapp.SettingsActivity$NotificationPreferenceFragment"
12         android:icon="@drawable/ic_notifications_black_24dp"
13         android:title="@string/pref_header_notifications" />
14
15     <header
16         android:fragment="de.dhbwloe.campusapp.SettingsActivity$DataSyncPreferenceFragment"
17         android:icon="@drawable/ic_sync_black_24dp"
18         android:title="@string/pref_header_data_sync" />
19
20 </preference-headers>