2017-05-28 02:29:42 +02:00
|
|
|
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<header
|
|
|
|
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$GeneralPreferenceFragment"
|
|
|
|
android:icon="@drawable/ic_settings_black_24dp"
|
|
|
|
android:title="@string/pref_header_general"/>
|
|
|
|
|
2017-08-04 08:30:21 +02:00
|
|
|
<header
|
|
|
|
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$DebugPreferenceFragment"
|
|
|
|
android:icon="@drawable/ic_bug_report"
|
|
|
|
android:title="@string/pref_header_debug"/>
|
|
|
|
|
2017-07-02 17:12:02 +02:00
|
|
|
<header
|
|
|
|
android:id="@+id/theme_change"
|
|
|
|
android:icon="@drawable/ic_color_lens_black_24dp"
|
|
|
|
android:title="@string/pref_header_theme"/>
|
|
|
|
|
2017-05-28 02:29:42 +02:00
|
|
|
<header
|
|
|
|
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$LinksPreferenceFragment"
|
|
|
|
android:icon="@drawable/ic_info_black_24"
|
|
|
|
android:title="@string/pref_header_links"/>
|
|
|
|
|
|
|
|
</preference-headers>
|