From f9fd2cf057d845c7b081a3f17482dd0b886179d1 Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Thu, 11 Sep 2014 08:41:43 -0700 Subject: Update shadows for TL (Quantum) UnifiedEmail NOTE: I'll fix FAB issues in a different CL Add shadows assets on L & pre-L (RTL included) for thread list sides. To avoid overdraw, the backgrounds have been modified (The outermost framelayout for TL now has a white background instead of each of the conversation items). For both L & pre-L, we're using two shadow assets on either side of the TL, both of which are set as backgrounds for the drawer and the conversation view (conv pane). Elevation didn't work out too well and will be revisited while fixing overdraw issues (Need to move around swipe/leave-behind item backgrounds and it seems a bit risky to mess with it given the timeline) + Also removed the background on the loading item under conversations in the TL and used the default conversation item background to get rid of the ugly divider/slight line flicker on folder change Bug: 17461682 Change-Id: Id9e4504b6063f21a055ed492fc8de962e6e52462 --- res/drawable-xxhdpi/ic_vertical_shadow_end_4dp.9.png | Bin 0 -> 137 bytes res/drawable-xxhdpi/ic_vertical_shadow_start_6dp.9.png | Bin 0 -> 148 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xxhdpi/ic_vertical_shadow_end_4dp.9.png create mode 100644 res/drawable-xxhdpi/ic_vertical_shadow_start_6dp.9.png (limited to 'res/drawable-xxhdpi') diff --git a/res/drawable-xxhdpi/ic_vertical_shadow_end_4dp.9.png b/res/drawable-xxhdpi/ic_vertical_shadow_end_4dp.9.png new file mode 100644 index 000000000..9edd16b55 Binary files /dev/null and b/res/drawable-xxhdpi/ic_vertical_shadow_end_4dp.9.png differ diff --git a/res/drawable-xxhdpi/ic_vertical_shadow_start_6dp.9.png b/res/drawable-xxhdpi/ic_vertical_shadow_start_6dp.9.png new file mode 100644 index 000000000..4aefadea9 Binary files /dev/null and b/res/drawable-xxhdpi/ic_vertical_shadow_start_6dp.9.png differ -- cgit v1.2.3