summaryrefslogtreecommitdiffstats
path: root/res/drawable-v19
Commit message (Collapse)AuthorAgeFilesLines
* Update shadows for TL (Quantum) UnifiedEmailRohan Shah2014-09-191-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update "New message" toast bar in CVJames Lemieux2014-09-031-30/+0
| | | | | | | | | | | | | | b/17373672 The bar in conversation view prompting the user to update the thread with newly arrived messages has been changed to use the ActionableToastBar to look consistent with conventional snackbar messages. In two pane layout it is now possible to have a conventional snackbar message showing over the TL and "new message" snackbar showing over the CV simultaneously. All snackbar messages have had their trailing punctuation (period) removed. Change-Id: Iaf7d5d9afc38360d07a7b6602d6bc5626ecc3de2
* Implement inset dividers in Thread ListJames Lemieux2014-08-152-56/+0
| | | | | | | | | | | | 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
* New message bar fixes and better undo background.Andrew Sapperstein2013-10-281-0/+30
| | | | | | | | | | Fixes b/10705091 by changing strings. Also provides K backgrounds. Finally, fixes undo background on K, making the highlight be the entire area to the right of the divider. b/11292303. Change-Id: Ice98f3569274a953c1ef5b859d7ff182466cb9dc
* De-blue email pressed statesMindy Pereira2013-09-243-0/+84
Change-Id: If85602cbf809e0cdce7246135d7f428037a10453 (cherry picked from commit 068d9c513d5598de8773e95ca166c5b0dbab0a38)