summaryrefslogtreecommitdiffstats
path: root/res/layout/system_shortcut.xml
Commit message (Collapse)AuthorAgeFilesLines
* Popups (shortcut, system, scroller) / Drop Targets / Widgets (bottom/full) ↵Hyunyoung Song2019-04-111-1/+0
| | | | | | | | should follow themed font Bug: 126229665 Change-Id: I429da6b9bc5f99d42be0f2498cbdecb059f127f4
* Removing click-feedback shadow generation logic in BubbleTextViewSunny Goyal2018-03-051-1/+0
| | | | | | | | Instead of animating the shadow, animating the icon scale. This avoids unnecessary bitmap creating at app-launch and also plays nice with the app-launch transition Change-Id: I1d3d24bc7212a6d659855ff1002a45388e269e52
* Using view elevation for shadow during click feedback instead ofSunny Goyal2017-11-081-0/+1
| | | | | | creating a shadow bitmap Change-Id: I331186664c3c448596af3172e0e080921a6a1908
* Add support for popup dark themeTony Wickham2017-06-061-4/+5
| | | | | Bug: 62380473 Change-Id: Ib22e9b82841bf10b7f139638f268f0a878e3c6b9
* Merge "Make expanded system shortcuts clickable" into ub-launcher3-dorvalTony Wickham2017-05-191-1/+2
|\ | | | | | | | | | | am: 440052ce5d Change-Id: I5d53a468bb4aa3060e3e7e618bfdbdb537a5aadc
| * Make expanded system shortcuts clickableTony Wickham2017-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | The textview on top was consuming the clicks, so we set it to not be focusable (clicks are handled by the parent). This regression was caused by a TextView bug introduced in ag/2247666, which set clickable=true if focusable=true. Bug: 38385679 Change-Id: I0a946073919dabcd19b47cd7df2a1fcac6946cd5
* | Merge "Visual updates for popup" into ub-launcher3-dorvalTony2017-05-101-1/+2
|\| | | | | | | | | | | am: 5cfde85cb6 Change-Id: I4e97cb52054b5c5ff467f3481b92730f6f9a3e8e
| * Visual updates for popupTony2017-05-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update some dimens - Increase left padding for shortcuts - Adjust arrow and notification ellipsis offset accordingly - Align shortcut dividers to be same width as text - Notification text 14sp instead of 15sp - Increase width of popup by 12dp - Shortcuts text 87% black instead of 54% - Arrow has same color as attached side, so takes on header gray instead of white when appropriate Bug: 37753827 Change-Id: I0844b85995f22218a3b7e605e1653cceaed6cda1
* | Fix bug where system shortcuts text size is set to 0 in MW mode.Jon Miranda2017-05-021-0/+1
|\| | | | | | | | | | | am: da8261cce3 Change-Id: I1dfb3d6b655ebba8b8a9637a8e3a61fe7e0355e5
| * Fix bug where system shortcuts text size is set to 0 in MW mode.Jon Miranda2017-05-021-0/+1
| | | | | | | | | | | | | | | | By default, the BubbleTextView sets the display to Workspace mode, which sets the text size to be 0 in MW mode. Bug: 37898830 Change-Id: I665611b9986f1025d54b7ddb80746d4016003313
* | Fix build - move system shortcut icon colors to themeTony Wickham2017-04-131-0/+1
|/ | | | Change-Id: Iae248e5fdd57310adeb898305deee4c0eaee5318
* Update popup to match redlinesTony Wickham2017-04-111-3/+3
| | | | | | | | | | | - Update specs in dimens.xml and colors.xml - Move notification count to top right, and keep "Notifications" in left - Also removed NotificationHeaderView and instead use FrameLayout - Limit to 2 shortcuts instead of 3 if there are notifications - Use SP instead of DP for text (b/35869307) Bug: 35766387 Change-Id: I892640933ad6351946af3df6c805b98bb4e7cb50
* Add support for system shortcuts in popup containerTony Wickham2017-03-301-0/+50
- Currently the system shortcuts are just widgets and app info - As shortcuts, they live in ShortcutsItemView - They are populated either as icons only (if there are deep shortcuts) or as icons + text - Widgets are disabled until binding them is complete (we request for them to be bound on long-press now). We should revisit this. Bug: 34940468 Change-Id: Ia51d002c3b3ede87658bdab57abfc3eeca1ed242