summaryrefslogtreecommitdiffstats
path: root/res/layout/notification_footer.xml
diff options
context:
space:
mode:
authorTony <twickham@google.com>2017-05-09 19:23:47 -0500
committerTony <twickham@google.com>2017-05-09 20:02:23 -0500
commit0b8a6fe53240f8c8271efed0fc470a65553707de (patch)
tree4d8bbfb5b8a262d896a1315b067ad7c7c7266da7 /res/layout/notification_footer.xml
parent9a1227105a00ea740151f91ae3aab75a688d32ac (diff)
downloadandroid_packages_apps_Trebuchet-0b8a6fe53240f8c8271efed0fc470a65553707de.tar.gz
android_packages_apps_Trebuchet-0b8a6fe53240f8c8271efed0fc470a65553707de.tar.bz2
android_packages_apps_Trebuchet-0b8a6fe53240f8c8271efed0fc470a65553707de.zip
Visual updates for popup
- 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
Diffstat (limited to 'res/layout/notification_footer.xml')
-rw-r--r--res/layout/notification_footer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/notification_footer.xml b/res/layout/notification_footer.xml
index f1f572438..ed2212be1 100644
--- a/res/layout/notification_footer.xml
+++ b/res/layout/notification_footer.xml
@@ -22,7 +22,7 @@
android:elevation="@dimen/notification_elevation"
android:clipChildren="false"
android:layout_gravity="center_vertical"
- android:background="@color/notification_background_color">
+ android:background="@color/popup_background_color">
<LinearLayout
android:id="@+id/icon_row"