From f1c4b4562daf4b758a305343ce68c7c4c103ffdf Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Thu, 5 Jan 2017 16:39:09 -0800 Subject: [PATCH] Add icon for new IA. Add preference icon for System updates, Account sync, and App permissions. Bug: 33759208 Test: Visual Change-Id: Icb0aff0e9c46d774d643b4b4262c6d3f939c791a --- res/drawable/ic_apps.xml | 25 +++++++++++++++++++++++++ res/drawable/ic_sync.xml | 25 +++++++++++++++++++++++++ res/drawable/ic_system_update.xml | 25 +++++++++++++++++++++++++ res/xml/account_type_settings.xml | 1 + res/xml/app_and_notification.xml | 1 + res/xml/system_dashboard_fragment.xml | 1 + 6 files changed, 78 insertions(+) create mode 100644 res/drawable/ic_apps.xml create mode 100644 res/drawable/ic_sync.xml create mode 100644 res/drawable/ic_system_update.xml diff --git a/res/drawable/ic_apps.xml b/res/drawable/ic_apps.xml new file mode 100644 index 00000000000..784a818a43b --- /dev/null +++ b/res/drawable/ic_apps.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_sync.xml b/res/drawable/ic_sync.xml new file mode 100644 index 00000000000..45a2dbdb911 --- /dev/null +++ b/res/drawable/ic_sync.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_system_update.xml b/res/drawable/ic_system_update.xml new file mode 100644 index 00000000000..ef8f9913bc3 --- /dev/null +++ b/res/drawable/ic_system_update.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/xml/account_type_settings.xml b/res/xml/account_type_settings.xml index f9e5aa86f23..d6ba9beadac 100644 --- a/res/xml/account_type_settings.xml +++ b/res/xml/account_type_settings.xml @@ -22,6 +22,7 @@ diff --git a/res/xml/system_dashboard_fragment.xml b/res/xml/system_dashboard_fragment.xml index 519ae8ee740..3ad1c61ee43 100644 --- a/res/xml/system_dashboard_fragment.xml +++ b/res/xml/system_dashboard_fragment.xml @@ -23,6 +23,7 @@ android:key="system_update_settings" android:title="@string/system_update_settings_list_item_title" android:summary="@string/system_update_settings_list_item_summary" + android:icon="@drawable/ic_system_update" android:order="-30">