From d65cf9676fa350d363b7a190e5079408dd3e43e5 Mon Sep 17 00:00:00 2001 From: Peter_Liang Date: Mon, 24 Jan 2022 16:59:40 +0800 Subject: [PATCH] =?UTF-8?q?New=20feature=20=E2=80=9CText=20and=20reading?= =?UTF-8?q?=20options=E2=80=9D=20for=20SetupWizard,=20Wallpaper,=20and=20S?= =?UTF-8?q?ettings=20(8/n).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add new icon assest for SetupWizard. 1) Refine the oic_adaptive_font_donwload.xml 2) The other asset will be used in next patches. Bug: 211503117 Test: make Change-Id: Id595f22f5e400ce3f4e25a6325217dc9f678b000 --- res/drawable/ic_adaptive_font_download.xml | 13 ++--------- res/drawable/ic_font_download.xml | 26 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 11 deletions(-) create mode 100644 res/drawable/ic_font_download.xml diff --git a/res/drawable/ic_adaptive_font_download.xml b/res/drawable/ic_adaptive_font_download.xml index 1993015b01d..5b6eaeb96f1 100644 --- a/res/drawable/ic_adaptive_font_download.xml +++ b/res/drawable/ic_adaptive_font_download.xml @@ -22,15 +22,6 @@ android:height="@dimen/accessibility_icon_size" android:color="@color/accessibility_feature_background"/> - - - - - + \ No newline at end of file diff --git a/res/drawable/ic_font_download.xml b/res/drawable/ic_font_download.xml new file mode 100644 index 00000000000..16366e99b3f --- /dev/null +++ b/res/drawable/ic_font_download.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file