summaryrefslogtreecommitdiffstats
path: root/res/drawable-v21
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Force Show Vector Drawables (UnifiedEmail)"Rohan Shah2014-10-1655-0/+1368
| | | | | | | | | Breaks WarmWelcome (ic_next's src). Need to revert until I investigate this further. This reverts commit 1cf23b2994b326f44e4b92c9f9f5bd784aa791e1. Change-Id: I60e30ac5597b714407d7d1fe97d18f51a58440f5
* Force Show Vector Drawables (UnifiedEmail)Rohan Shah2014-10-1555-1368/+0
| | | | | | | | | | | | Added anydpi-v21 drawable folder, which causes the system to prioritize the xmls in the folder and use them over the ones in xxhdpi for xxxhdpi devices. Also removed unnecessary xxxhdpi icons and updated notif mail and multiple_mail icons. Bug: 17987814 Change-Id: I5ae89195ab0b916de8e3568e66f7c2cd5fbdae80
* Update folder parent icon & remove some drawablesRohan Shah2014-10-143-75/+0
| | | | | | | | | | | | | | | Updated ic_folder_parent_24dp and removed three vector drawables that, when used, cause the app to crash, because BitmapFactory.decodeResources(..) cannot take vector drawables as input. The three removed drawables are: - ic_check_wht_24dp - ic_star_20dp - ic_star_outline_20dp Bug: 17936539 Change-Id: I1b81600c9f567637efd7559331dc064f84f9f5f5
* Revert "Force Show Vector Drawables (UnifiedEmail)"Rohan Shah2014-10-1358-0/+1443
| | | | | | | | Need to revert - doesn't build on Mac OS This reverts commit a2023f30e61405506b6bab84575bd425957ae171. Change-Id: I84ffde14135857402e4249a1dec9040a80deff21
* Force Show Vector Drawables (UnifiedEmail)Rohan Shah2014-10-1358-1443/+0
| | | | | | | | | | | | | | | | | | | | | | | | Added anydpi-v21 drawable folder, which causes the system to prioritize the xmls in the folder and use them over the ones in xxhdpi for xxxhdpi devices. Also removed unnecessary xxxhdpi icons and updated notif mail and multiple_mail icons. Removed three files from the vector drawable folder as we cannot call BitmapFactory.decodeResources(...) on vector drawables: - ic_star_outline_20dp - ic_star_20dp - ic_check_wht_24dp We will have to go back and change how we initialize the bitmaps from the vector drawables later. These have been recorded in the bug. Finally, updated notification and parent folder icons. Bug: 17936539 Change-Id: If7759b47824a06aadd4ec038cb6ab7fb8e5fdfe3
* Add Vector Drawables (UnifiedEmail)Rohan Shah2014-10-0954-13/+1307
| | | | | | | | Had to rename a couple resources to be consistent with what UX has in drive. Bug: 17936539 Change-Id: I9ca2c0ec870afcdea52c1fbf1e55468b930301ae
* New assets for the various empty iconsJin Cao2014-10-025-0/+123
| | | | | | b/16876067 Change-Id: Icb65dd69b3ffc34ca31d0c7e997cb58e384ee0df
* New empty states for tablet landscapeJin Cao2014-09-301-0/+26
| | | | | | | | | | | | | | For tablet landscape, the empty icon should be shown in the CV pane while the empty text (if the folder is empty) should be shown in the list pane. Added a new empty icon for not having any selected conversation, this state does not have text associated with it since the list pane still showed the available items. b/16876067 Change-Id: I27b7b9ae8ce739f23829afc292df083e8399a118
* Update FAB shadows for pre-LRohan Shah2014-09-241-0/+21
| | | | | | | | | | | | | | Added shadows to pre-L compose button and added elevation to L compose button. Both now use a shape drawable for the red circle - L uses a ripple wrapper and pre-L uses a selector to handle different states. Moved around some stuff and centralized as many shareable properties as possible into styles.xml under AbstractFloatingActionButton. Bug: 17512809 Change-Id: I2568fb784edbc7daa0f5bc1a6486048f962e5af5
* Update conv item backgroundRohan Shah2014-09-222-30/+13
| | | | | | | | | | | Flipped ripple and selector nesting order (selector is now inside the ripple tag) and removed the original ripple xml. Also updated colors for the checked/activated/pressed items for L/pre-L. Bug: 17304654 Change-Id: I857484117efc93e3c843160b22d2f90e95497ac6
* Update shadows for TL (Quantum) UnifiedEmailRohan Shah2014-09-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add ripple to TL items (UnifiedEmail)Rohan Shah2014-09-032-0/+45
Tapping/holding on TL now causes ripples (still uses old blue color), but only in L. Once we have a new color for each wave of the ripple, it'll be replaced. Bug: 17304654 Change-Id: If6b9947a7bf576880794411c0fd02d888060420a