diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/settings_headers.xml | 2 | ||||
-rw-r--r-- | res/xml/user_settings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index 65c42ef..1d27a35 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> |