summaryrefslogtreecommitdiffstats
path: root/res/layout/popup_container.xml
Commit message (Collapse)AuthorAgeFilesLines
* Polish popupTony2017-07-051-2/+2
| | | | | | | | | - Remove divider between system shortcut header and shortcuts - Slightly reduce padding between popup and icon - Fix gravity to center in drag layer using x and y calculations since we use the y value to position the popup when removing notifications Change-Id: I1cb10ed953d11cc0924d8ee70881a434cb748317
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-251-0/+29
- Also added PopupItemView, which takes animation logic from DeepShortcutView, and which DeepShortcutView now extends. - Renamed ShortcutFilter to PopupPopulator, which has support for new item types (not yet used). Also moved populating logic (e.g. UpdateShortcutChild Runnable) to PopupPopulator. Bug: 32410600 Change-Id: Ib6e444ac7ca99c80ba438801c26e62d9542e0ad9