summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar/res
Commit message (Collapse)AuthorAgeFilesLines
* Improve handling of small largeIcons in tablet ticker.Daniel Sandler2011-12-071-0/+5
| | | | | | | | | | | | | | | | | | | | | The tablet system bar is too short for a full notification row, but it will show the largeIcon of a new notification in its full frame, intruding into the main application content rectangle a bit. This is a good thing---the notifications really pop out at you---but it looks a little odd if the largeIcon is actually *small*: the icon is vertically centered in the larger (invisible) rectangle, making it look poorly centered on the system bar. This change will detect short largeIcons and center them in the system bar's height instead. Additionally, it applies the same ticker background all the way to the left underneath largeIcons that are not full-frame (and therefore have transparent regions). Bug: 5708907 Bug: 5560485 Change-Id: I32af45632df164c58fb960110063dbaa08b5536c
* Make the Notify Builder test usable on phones.Daniel Sandler2011-06-1617-219/+279
| | | | Change-Id: Ibaa3b2b99bde7dfd3d9fc6bc4c0068fc1d7b914d
* Fit and finish on status bar:Daniel Sandler2011-01-252-0/+0
| | | | | | | | | | | | | | | | | | | | | - Clock color fixed. [3374581] - Clock vertically aligned. [3388224] - Clock uses system font assets now. [3385564] - Solid version of AndroidClock added to build. [3385564] - Extraneous background glow removed from notification panel. - Removed solid black background from notifications. [3388223] - Added background image behind large notification icons and increased large size to 64dip [3388434, 3384355] - Corrected size & leading of notification text [3388577] Bug: 3374581 Bug: 3384355 Bug: 3385564 Bug: 3388223 Bug: 3388224 Bug: 3388434 Bug: 3388577 Change-Id: I8e443da5758deca412d1ce5944f887b35f6265ed
* Need to update the largeIcon for notifications when we're reapplying the views.Joe Onorato2011-01-152-1/+6
| | | | | Bug: 3298062 Change-Id: I6bb72c0b93e00a9de8cc2633ac07add0a572a20f
* Possibly fix bad notification updates.Joe Onorato2011-01-121-1/+1
| | | | | | | | | I think what was happening is that it was using a different layout but we were trying to reapply the RemoveViews because of some bad boolean logic. This fixes that, and adds some better debugging that might show us what else is happening. Bug: 3298062 Change-Id: I0984f24cb2960166c79b9f2cc7c6a98bd75e17ba
* Fix build.Daniel Sandler2010-11-301-0/+22
| | | | Change-Id: Iccbe1609bbe582180d1c61f908b8dce4d485494b
* Add a better notification test and clean up the flag handling in the ↵Joe Onorato2010-11-223-0/+882
| | | | | | notification builder. Change-Id: I9354ed2c2cda690f53e5f43ad60943b63b02e7d4
* The large icon for notifications.Joe Onorato2010-11-211-0/+0
| | | | Change-Id: I8537c602b5b5fca03be8980295bfa28330543669
* Update the look of the notifications. Includes adding a new ↵Joe Onorato2010-11-211-0/+28
| | | | | | Notification.Builder class. Change-Id: I7c57b81c45defe77d6f3d22472e9cf8432bbed03
* Allow both contentIntent and setOnClickPendingIntent in notificationsJoe Onorato2010-10-311-0/+21
| | | | | | | | | | From the app developer's request: Intents assigned to specific views should take precedence over the content intent, but it should not be required to set the content intent to null in order for the view-intents to work Bug: 3107945 Change-Id: Ic5282d441277a9a8c8c700ef3f43872f3405b58a
* Notification flyovers.Daniel Sandler2010-10-2913-0/+0
| | | | | | | | | | | Hold your finger on an individual notification icon to quickly show that notification's payload. Also: Quickly swipe up on any icon to open the tray. Bug: 2994009 Change-Id: I2ae2b546fcfa62994b63b9376f487289b2d06796
* Generated hdpi drawable size reducedGilles Debunne2010-08-039-0/+0
| | | | Change-Id: Id17bb27500ba8729c33613bbf457f1b3193ced38
* frameworks/base/ : added scaled hdpi version of assets that were moved to ↵Gilles Debunne2010-08-039-0/+0
| | | | | | drawable-mdpi Change-Id: I95c7e6afb84af981867c32fe7f86b140f643b5b9
* Move pngs from drawable to drawable-mdpi in project frameworks/baseGilles Debunne2010-08-029-0/+0
| | | | | | After error during file transfer... Change-Id: I21da694f81a4290e9af1f7647a8ceb6c6d3d806b
* Fix icon size in intruder alerts.Daniel Sandler2010-07-072-0/+0
| | | | | | (Updated test app to confirm the fix.) Change-Id: Ife56cf07f282786162e2ebc5aaddbb24dac6cafd
* Updated StatusBar test app for new notifications API.Daniel Sandler2010-06-241-0/+57
| | | | | | | | | New actions: - Toggle activity's immersive mode - Post a priority notification with fullScreenIntent that launches an alert-like activity Change-Id: Ie38372209985577b6db856924c19914c000e1cec
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
| | | | Bug: #2361749.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0312-0/+63
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0312-63/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1712-0/+63