From 7195800371093155f8d0f6f4484685d50809c776 Mon Sep 17 00:00:00 2001 From: Mill Chen Date: Wed, 23 Jan 2019 10:44:39 +0800 Subject: [PATCH] Visual update: update the icons for suggestions - remove blue tint - add the icons of suggestions for contextual homepage Bug: 122310542 Test: visual, rebuild Change-Id: I2bac139669a4218455195aebeba83d1649184895 --- AndroidManifest.xml | 10 +++---- res/drawable/ic_suggestion_dnd.xml | 28 ++++++++++++++++++++ res/drawable/ic_suggestion_night_display.xml | 25 +++++++++++++++++ res/drawable/ic_suggestion_security.xml | 28 ++++++++++++++++++++ res/drawable/ic_suggestion_wallpaper.xml | 25 +++++++++++++++++ res/drawable/ic_suggestion_wireless.xml | 25 +++++++++++++++++ res/layout/homepage_slice_half_tile.xml | 3 +-- 7 files changed, 137 insertions(+), 7 deletions(-) create mode 100644 res/drawable/ic_suggestion_dnd.xml create mode 100644 res/drawable/ic_suggestion_night_display.xml create mode 100644 res/drawable/ic_suggestion_security.xml create mode 100644 res/drawable/ic_suggestion_wallpaper.xml create mode 100644 res/drawable/ic_suggestion_wireless.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 70dce8ff23b..a94801f1dfa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -736,7 +736,7 @@ @@ -796,7 +796,7 @@ @@ -889,7 +889,7 @@ + android:icon="@drawable/ic_suggestion_night_display"> @@ -1628,7 +1628,7 @@ + android:icon="@drawable/ic_suggestion_security"> @@ -2635,7 +2635,7 @@ + android:icon="@drawable/ic_suggestion_wireless"> diff --git a/res/drawable/ic_suggestion_dnd.xml b/res/drawable/ic_suggestion_dnd.xml new file mode 100644 index 00000000000..816b148c406 --- /dev/null +++ b/res/drawable/ic_suggestion_dnd.xml @@ -0,0 +1,28 @@ + + + + + diff --git a/res/drawable/ic_suggestion_night_display.xml b/res/drawable/ic_suggestion_night_display.xml new file mode 100644 index 00000000000..16cb04ef90b --- /dev/null +++ b/res/drawable/ic_suggestion_night_display.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_suggestion_security.xml b/res/drawable/ic_suggestion_security.xml new file mode 100644 index 00000000000..e2d3a90e962 --- /dev/null +++ b/res/drawable/ic_suggestion_security.xml @@ -0,0 +1,28 @@ + + + + + \ No newline at end of file diff --git a/res/drawable/ic_suggestion_wallpaper.xml b/res/drawable/ic_suggestion_wallpaper.xml new file mode 100644 index 00000000000..32defcecdc1 --- /dev/null +++ b/res/drawable/ic_suggestion_wallpaper.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_suggestion_wireless.xml b/res/drawable/ic_suggestion_wireless.xml new file mode 100644 index 00000000000..74b4cee4cdf --- /dev/null +++ b/res/drawable/ic_suggestion_wireless.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/layout/homepage_slice_half_tile.xml b/res/layout/homepage_slice_half_tile.xml index 46f3cdaf8e0..fc995617341 100644 --- a/res/layout/homepage_slice_half_tile.xml +++ b/res/layout/homepage_slice_half_tile.xml @@ -39,8 +39,7 @@ + android:layout_height="@dimen/homepage_card_icon_size"/>