From 03320fcb676c8b872d7801a3f9edbbfc2d55f094 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 5 Oct 2011 16:22:27 -0700 Subject: [PATCH] Reference download asset through intermediate. Instead of referencing PNG directly, use an intermediate to handle density resolution. Bug: 5366540 Change-Id: I233e292d88ac33995eab0e15804bb38607de73a3 --- .../res/res/drawable/stat_sys_download_done_static.xml | 18 ++++++++++++++++++ core/res/res/values/colors.xml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 core/res/res/drawable/stat_sys_download_done_static.xml diff --git a/core/res/res/drawable/stat_sys_download_done_static.xml b/core/res/res/drawable/stat_sys_download_done_static.xml new file mode 100644 index 000000000000..8d5f8361cfad --- /dev/null +++ b/core/res/res/drawable/stat_sys_download_done_static.xml @@ -0,0 +1,18 @@ + + + + diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index f0c6d09acc0c..a9c603f03c79 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -61,7 +61,7 @@ #177bbd @drawable/stat_notify_sync_anim0 - @drawable/stat_sys_download_anim0 + @drawable/stat_sys_download_done_static @drawable/stat_sys_upload_anim0 @drawable/panel_background @drawable/popup_full_dark -- 2.11.0