mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
- Update UI to match specs.
- Only shows one notification (removed footer, animation code)
Bug: 175329686
Bug: 190402054
Test: open popup, dismiss notification from shade,
open popup, click on notification
checked RTL
Change-Id: I92672f94233d986ae5b5c54979980967308cb156
11 lines
341 B
XML
11 lines
341 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
|
|
<solid android:color="?attr/popupNotificationDotColor"/>
|
|
|
|
<size
|
|
android:width="@dimen/notification_circle_icon_size"
|
|
android:height="@dimen/notification_circle_icon_size"/>
|
|
</shape> |