summaryrefslogtreecommitdiffstats
path: root/res/drawable-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* lazier and smaller conversation list progress barsAndy Huang2013-05-179-0/+0
| | | | | | | | | | | | | Avoid inflating refresh ProgressBars until they are actually needed. ProgressBar inflation was instantiating all the drawable bitmaps, which were 87KB on xhdpi * 9 assets (yikes). This was contributing to excessive GCs, which slowed down list instantiation when coming back from conversation view. Also shrink the assets by removing the transparent bottom padding. Bug: 8910559 Change-Id: If7bf3bb7df87646571b8e3aa371807b9b68d4656
* Merge "Menu items to spec + cleanup" into jb-ub-mail-ur9Alice Yang2013-05-102-0/+0
|\
| * Menu items to spec + cleanupScott Kennedy2013-05-092-0/+0
| | | | | | | | | | | | | | | | NS: 2 in portrait CAB, 3 elsewhere N4 (sw340dp): 3 everywhere Bug: 8832952 Change-Id: Ie576a54331731cf07b8557e1e9c3a5d5619d8b0d
* | Smaller starsVikram Aggarwal2013-05-092-0/+0
|/ | | | | | Bug: 8870312 Improved Star UX in Conversation List Change-Id: I93d94a4a7fc8d1b4e0f60f5eff8f1fc824760a7f
* Use icon with colored background for sender image.Andrew Sapperstein2013-05-061-0/+0
| | | | | | | | | | | | Fixes b/8794452. Instead of defaulting to boring grey man, we now use the same colored background when we don't have a sender image and draw a generic white icon on top of the color. Also, deleted LetterTileUtils since we no longer use it. Change-Id: I3b905afdffbc70eeeca4f030dc57f5ab3748ee64
* Add teaser for new conversation photo checkboxes.Mark Wei2013-05-051-0/+0
| | | | | | | | | | | | | The teaser shows up for the first time the user sees the conversation photos. If they change to no photos, and later change back, the teaser comes back. The teaser sits immediately in front of the first real conversation item (unless other special views also try to have the same position behavior, in which case the current implementation gives undefined behavior dependent upon which special view is added to the adapter first). Bug: 8772762 Change-Id: Ica79482f2a2eae0cf3409f6accb7ae5b0fc0fd45
* tablet visual tweaks. more caret.Andy Huang2013-05-023-0/+0
| | | | | | | | | | | | | | | bump the star up a bit on 'normal' and 'spacious' layouts. add back the caret for tablets. because the caret is drawn as part of a list item, move the edge effect line into the list item as well so it draws underneath the caret. get the divider between selected list items appearing again by using a 9-patch instead of a solid color. Fix an issue on portrait tablet where the last opened conversation would stay blue in the list. The activated state wasn't being cleared on view mode change. Change-Id: I616f5d2b9eb9506995a74a4772ab7f50f95b2a33
* Integrate the new star assetsVikram Aggarwal2013-05-024-0/+0
| | | | | | | | Out with the old In with the new Bug: 8621556 integrate new Star assets for conversation list Change-Id: Ie685317619b6f47b21d90fa2574666a1637f6db0
* harmonize all blues, remove impostor assetsAndy Huang2013-05-0112-0/+0
| | | | | | | | | | | | | Purge assets that are various shades of blue in favor of using colors. Per visD, remove conversation list shadow on 2-pane. This saves the hassle of baking in shadows into all background assets. Remove wide-mode background assets in favor of phone versions. New darker refresh bar assets. No more need for a white frame. Add shadow to drawer-less folders list. TODO: delete wide selectors and assets. TODO: implement caret on tablet. Change-Id: Iecec3eaaa3c37b856cbed64d2b53ddf77a00582f
* Perfect "Move to" icon :)Scott Kennedy2013-04-262-0/+0
| | | | | Bug: 8687708 Change-Id: I145486fff2692006c0c92364c3a37cfdeb73be85
* resolved conflicts for merge of d0204cff to jb-ub-mail-ur9Paul Westbrook2013-04-264-0/+0
|\ | | | | | | Change-Id: I16aa573b191f3c6e97ef69a7192558905507c32a
| * Change UIRohan Shah2013-04-264-0/+0
| | | | | | | | | | | | | | | | | | | | | | -Removed accounts recents -Changed colors -Added radio button assets for accounts -New header names for sections in folder -Shadows, folder selection dialog modified Bug: 8720403 Change-Id: I5b9379a4fe323bcc25fb0ed943ddc8ec7880a6be
* | Unused assetsVikram Aggarwal2013-04-264-0/+0
| | | | | | | | | | | | | | | | These are never referenced. If we use the new star assets, we cannot use this. Bug: 8621556 integrate new Star assets for conversation list Change-Id: Ia280348cabc0a4515180387a6bc96850ef584147
* | Update "Move to" iconScott Kennedy2013-04-232-0/+0
| | | | | | | | | | Bug: 8687708 Change-Id: Ief3eddd55e0965ae97d8ff6dd505d016bb6b0b4b
* | am c4cc17c3: Use a new "Move to" iconScott Kennedy2013-04-221-0/+0
|\| | | | | | | | | * commit 'c4cc17c3b8772656fa88770ebb3692dcc3280cf2': Use a new "Move to" icon
| * Use a new "Move to" iconScott Kennedy2013-04-191-0/+0
| | | | | | | | | | Bug: 8633174 Change-Id: I4fb57e4548255d1a95417bdb3297da84e441833a
* | Use the ActionBarDrawerTogglePaul Westbrook2013-04-212-0/+0
|/ | | | | Bug: 8668887 Change-Id: I1efbee696aa46fa6d1226f7e23793dbfdbcbdddb
* Add shadow to drawerRohan Shah2013-04-172-0/+0
| | | | | | | | | | | | As part of the important UI refresh: For one-pane (phones), add a shadow to the right edge. For two-pane, change the folder list background to have the shadow on the right edge and the normal gray color elsewhere in the background. Bug: 8570229 Change-Id: I390efb8dc972635c57e7a5c50bed5b79eb236d1a
* Swipe to refresh tweaksAlice Yang2013-04-179-0/+0
| | | | | | | | | | | | | | | | - Added the hint text "swipe down to refresh" and "checking for mail" that gets displayed in the action bar (It's implemented as a view drawn over the action bar) - Use custom asset for the progress bar with internal padding removed so that it now aligns to top of the conversation view (no more gap) - Change the distance threshold based on device height - Disable swipe to refresh in search results page - Only show "refresh" icon in overflow menu (for accessibility) - Added fade in and fade out of hint text Bug 8568176, 8568452 Change-Id: I3e1d7e638adbec65ae3dfb7ac2a4b821ad6e76d0
* UI Change for DrawerRohan Shah2013-04-111-0/+0
| | | | | | | | | | UI refresh for the drawer. Moving to a dark theme. Note, the pictures for the accounts will be added in a later CL. For the time being, there are gray rectangles for where the pictures/tiles will belong. Bug: 8594143 Change-Id: Iddd0a12ccbde70088beb386963a903141d9c345b
* New assets for drawerAlice Yang2013-04-051-0/+0
| | | | Change-Id: I23f84a9cb2508bf44c8a358cadadae4f76cf612a
* Slider/burger asset for drawerAlice Yang2013-04-031-0/+0
| | | | Change-Id: I92b7588ae876a6f2c323820f43c439a0f86d6cca
* Updating search assetsMichael Jurka2013-03-111-0/+0
| | | | | | Cherry-pick of https://googleplex-android-review.googlesource.com/#/c/282311/ Change-Id: I04e03fef3dc8bd8e80aebc66b15e77e21d38e0e7
* Move notifications to UnifiedEmailScott Kennedy2013-02-071-0/+0
| | | | | | | | | | | | This involves redoing the persistence model, to split general, account, and folder settings into separate SharedPreference stores. It also requires some preferences to be moved into UnifiedEmail. Depends on I71802444add85dc01f6645906a629ff80b964222 (UnifiedGmail) Depends on Ie6ec389b5b5d2e7ab1b299d0877811ae716526e2 (Email) Change-Id: Ibe2e3f93ec164370535ffc5f5b2409544cc8d36d
* New redlines for scrabble tiles; use people default contact icon as fallbackmindyp2013-01-174-0/+0
| | | | | This is ic_contact_picture provided from the chips library Change-Id: Id3f51949f11a3017362d89bdc40daf54e0e158db
* Revert "First round of visual refresh changes."Mindy Pereira2012-12-141-0/+0
| | | | | | This reverts commit 0886b2910872b17f6cb6716ee4e92fba3c69d873 Change-Id: Ie8a78b30449f311925504bfa5bca584a0a7451ff
* First round of visual refresh changes.mindyp2012-12-121-0/+0
| | | | | | | | | Limited to: font face, size, and color changes padding changes bsckground color changes Change-Id: I23288e20a380d74086041c3eafc098554c3377d3
* Remove duplicated assetsmindyp2012-12-101-0/+0
| | | | | | | Use the default contact asset from chips Fixes b/7706601 which asset do we want to use for the default contact icon? Change-Id: Ia5d9f7cac6eebd49939078fdefc383db4d9579c0
* Background contact image loading for conv listmindyp2012-12-074-0/+0
| | | | Change-Id: If418fa1cc49b24dff36e2bc8bdc459a9566da24a
* Updated most of the notification action iconsScott Kennedy2012-12-047-0/+0
| | | | | | | | | | Still need: Mark important Mark not important Mute Bug: 7647410 Change-Id: Idad1dcd94d923c7d2e7e9dbe3161c2f3c3e037c2
* Minor changes for notification actionsScott Kennedy2012-11-282-0/+0
| | | | | | | | Includes some basic notification assets, and changes to support the necessary intents for notification actions Bug: 7481181 Change-Id: I117e717026abfc31e99f3d40c9faa53062644e56
* Use a new icon for "remove label"Scott Kennedy2012-11-281-0/+0
| | | | | Bug: 7318527 Change-Id: Ie6560d85a71be938caf8343e777e40c5e7b5e302
* Remove logos; fix spinner widthmindyp2012-11-022-0/+0
| | | | | | | Unused by general mail app Gmail had the correct spinner width value Change-Id: I05e8fd86f9d711d650ab6bd3970768ec18a536f9
* Update background asset for image preview.mindyp2012-10-082-0/+0
| | | | Change-Id: I9c81d4156341fba7b72c7f4ff6657045e19bc37b
* Fix archive assets.mindyp2012-10-022-0/+0
| | | | | | | The other ones were too dark. Fixes b/7270664 Archive icon much darker than adjacent icons Change-Id: Ia22434f165b60dfc7a31aeff83f93b9070daa272
* New archive assetsmindyp2012-10-012-0/+0
| | | | | | Fixes b/7253863 Adjust archive icon metaphor to match web gmail Change-Id: Icdabfc6dabae7dcdb6f97831fa8edaf3b2ab2cba
* Use correct folder icon by default.mindyp2012-09-111-0/+0
| | | | | | | Gmail has a matching change to override ic_menu_folders with the label icon. Change-Id: I43065fb6c8c8bf61ba5088e97f600703dfafd273
* Use default background ALWAYSmindyp2012-09-061-0/+0
| | | | | | We were using 2 different assets Change-Id: I684c8697306e9ad2280ee75e21e9747ae0223cfd
* Use new picture/video attachment assets.mindyp2012-08-242-0/+0
| | | | Change-Id: Icb3d91971226c3c7084bd4f1963107a4b7c6a047
* Do 2 buttons for attach on tablet; remove unused assetsmindyp2012-08-231-0/+0
| | | | | | 1 for attach photo, 1 for attach video Change-Id: I6b4a22a47d9e746024d05e10932bc15d9624b1e6
* If the size is 0, dont show anything.mindyp2012-08-221-0/+0
| | | | | | Fixes b/7032927 Don't display 0B file size when size is not reported also updated default image assets Change-Id: I95d99e66ccf940f334dceb664ac36a93af189cae
* list read bg back to eeePeter Ng2012-08-221-0/+0
| | | | Change-Id: I92a6b93c5eebe64271d8da2d7e05fefb6b370b34
* Merging list dividers into bg assets and updating other gmail assetsPeter Ng2012-08-2117-0/+0
| | | | | | | -list dividers now baked into the bg assets -mirroring assets in uxrepo Change-Id: If6f32d5cd90b2bbf2f0cc48c9849bf46b906928d
* Override default image.mindyp2012-08-172-0/+0
| | | | Change-Id: Ie67e2cf1c02204ad9df801c7b10a59e0e6f98ee4
* Add attachments assets and make small animations tweaks.mindyp2012-08-1710-0/+0
| | | | Change-Id: Id84d1709c8d6d405209b004dffb16780e4b28f87
* Several image attachment fixesPaul Westbrook2012-08-151-0/+0
| | | | | | | | | | | | | | Make sure to use the default photo attachment image when an attachment couldn't be loaded Don't update the progress bar when only the action bar was meant to be updated Don't transition to indeterminate progress bar mode, when we had previously determined the state. Bug: 6956516 Change-Id: I086d27689693769fe88313593a46e9610fc1a74c
* Asset updates for attachments and spam warnings.Andrew Sapperstein2012-07-135-0/+0
| | | | Change-Id: I71a63532aa86c53d33f674c6f39b110c4e0300e6
* Added dialog for picking attachment type.Andrew Sapperstein2012-06-192-0/+0
| | | | | | | | Currently we do not have working capture audio/video support. Dependent on some backend support as well as UX deciding it is useful. Change-Id: I97e4aded6b28a8f9a83db334064d2151ed1a2852
* Attachments now show in a grid-like view.Andrew Sapperstein2012-05-301-0/+0
| | | | | | | | | | | | | | | | | Currently, two per row are displayed in portrait and three per row in landscape. Need UX decision on how many to show for larger screen sizes. Much of this code is taken from Contacts which used a similar layout for favorite contacts. That layout was taken and tweaked to suit the attachment handling purposes. Still need to add the appropriate interactions for the various attachment types per UX's guidelines. Will add that in the next CL. Change-Id: Iad6ea716a680b1fd48f16d34de2a5bc2e87b7db5
* Show invite icon in reply state location when applicable.Mindy Pereira2012-03-141-0/+0
| | | | Change-Id: I851b088c766b72e6e4a9fc1e1ece2bd3b04d71e1