From cace3194e9b7b0e2b6554bda2fa8b2f98da04175 Mon Sep 17 00:00:00 2001 From: James Lemieux Date: Fri, 15 Aug 2014 16:00:45 -0700 Subject: Implement inset dividers in Thread List b/16795579 Because the background color of the conversation list items changes as the items are selected, activated, focused, etc, the color of the inset must be dynamic. As a result, these "dividers" aren't actually traditional ListView dividers, but are instead drawn within ConversationItemView.onDraw(). Change-Id: I1bbc28e8eee399d5c1feb44df65674c94acef4cd --- res/drawable-xxhdpi/list_activated_holo.9.png | Bin 1161 -> 0 bytes res/drawable-xxhdpi/list_checked_holo.9.png | Bin 1158 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 res/drawable-xxhdpi/list_activated_holo.9.png delete mode 100644 res/drawable-xxhdpi/list_checked_holo.9.png (limited to 'res/drawable-xxhdpi') diff --git a/res/drawable-xxhdpi/list_activated_holo.9.png b/res/drawable-xxhdpi/list_activated_holo.9.png deleted file mode 100644 index 40cdfd682..000000000 Binary files a/res/drawable-xxhdpi/list_activated_holo.9.png and /dev/null differ diff --git a/res/drawable-xxhdpi/list_checked_holo.9.png b/res/drawable-xxhdpi/list_checked_holo.9.png deleted file mode 100644 index 615e8c081..000000000 Binary files a/res/drawable-xxhdpi/list_checked_holo.9.png and /dev/null differ -- cgit v1.2.3