diff options
Diffstat (limited to 'res/xml/preferences_headers.xml')
-rw-r--r-- | res/xml/preferences_headers.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/res/xml/preferences_headers.xml b/res/xml/preferences_headers.xml index b5d66f1..462fc64 100644 --- a/res/xml/preferences_headers.xml +++ b/res/xml/preferences_headers.xml @@ -25,19 +25,19 @@ android:fragment="com.cyanogenmod.trebuchet.preference.Preferences$DrawerFragment" android:title="@string/preferences_interface_drawer_title" android:summary="@string/preferences_interface_drawer_summary" /> - + <header android:id="@+id/preferences_dock_section" android:fragment="com.cyanogenmod.trebuchet.preference.Preferences$DockFragment" android:title="@string/preferences_interface_dock_title" /> - + <header android:id="@+id/preferences_general_section" android:fragment="com.cyanogenmod.trebuchet.preference.Preferences$GeneralFragment" android:title="@string/preferences_interface_general_title" /> - + <header android:id="@+id/preferences_application_section" - android:title="@string/preferences_application_title" /> - + android:title="@string/preferences_application_title" /> + <header android:id="@+id/preferences_application_version" - android:summary="@string/application_copyright" /> + android:summary="@string/application_copyright" /> -</preference-headers>
\ No newline at end of file +</preference-headers> |