From e2126baf72f007d079efcabd45c7a546db34361a Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Fri, 8 Nov 2013 13:55:55 -0800 Subject: Make quick settings show the standard media router icon. Fixed a bug in ImageView where we failed to inform a newly updated Drawable about the visibility state. This caused AnimationDrawables to not animate when attached to an existing ImageView *unless* that ImageView happened to be attached to the window *later* or have its visibility toggled for some other reason. Bug: 11257292 Change-Id: Iba9e0db5ba0db2b022950aec0c6f60a435da8ad2 --- .../SystemUI/res/drawable-xhdpi/ic_qs_remote_display.png | Bin 1327 -> 0 bytes .../drawable-xhdpi/ic_qs_remote_display_connected.png | Bin 1290 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display.png delete mode 100644 packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display_connected.png (limited to 'packages/SystemUI/res/drawable-xhdpi') diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display.png deleted file mode 100644 index 48f90ac..0000000 Binary files a/packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display.png and /dev/null differ diff --git a/packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display_connected.png b/packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display_connected.png deleted file mode 100644 index 621c045..0000000 Binary files a/packages/SystemUI/res/drawable-xhdpi/ic_qs_remote_display_connected.png and /dev/null differ -- cgit v1.1