summaryrefslogtreecommitdiffstats
path: root/res/layout/notification_main.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_main.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_main.xml')
-rw-r--r--res/layout/notification_main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/notification_main.xml b/res/layout/notification_main.xml
index 8fa1b68f8..ce4e137f7 100644
--- a/res/layout/notification_main.xml
+++ b/res/layout/notification_main.xml
@@ -28,7 +28,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center_vertical"
- android:background="@color/notification_background_color"
+ android:background="@color/popup_background_color"
android:paddingStart="@dimen/notification_padding_start"
android:paddingEnd="@dimen/notification_main_text_padding_end">
<TextView