diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/location_settings.xml | 4 | ||||
-rw-r--r-- | res/xml/settings_headers.xml | 2 | ||||
-rw-r--r-- | res/xml/user_settings.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/location_settings.xml b/res/xml/location_settings.xml index 83b80b1..5be6bd3 100644 --- a/res/xml/location_settings.xml +++ b/res/xml/location_settings.xml @@ -26,7 +26,7 @@ android:title="@string/location_category_recent_location_requests" /> <PreferenceCategory - android:key="location_services" - android:title="@string/location_category_location_services" /> + android:key="app_settings" + android:title="@string/location_category_app_settings" /> </PreferenceScreen> diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index a8b0a29..6aa6691 100644 --- a/res/xml/settings_headers.xml +++ b/res/xml/settings_headers.xml @@ -158,7 +158,7 @@ <header android:id="@+id/account_add" android:title="@string/add_account_label" - android:icon="@drawable/ic_menu_add"> + android:icon="@drawable/ic_menu_add_dark"> <intent android:action="android.settings.ADD_ACCOUNT_SETTINGS"/> </header> diff --git a/res/xml/user_settings.xml b/res/xml/user_settings.xml index cf393b3..3a0ab74 100644 --- a/res/xml/user_settings.xml +++ b/res/xml/user_settings.xml @@ -26,6 +26,6 @@ <Preference android:key="user_add" android:title="@string/user_add_user_menu" - android:icon="@drawable/ic_menu_add" /> + android:icon="@drawable/ic_menu_add_dark" /> </PreferenceScreen> |