From 682d73fb3a30fe4e15e5c3c6d2d402194679246e Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Wed, 20 Apr 2016 11:42:04 -0400 Subject: [PATCH] Align radio buttons with app icon, change text color. Bug: 27597108 Change-Id: Id821b46b6f2898295ae711ec33f56fed1b529584 --- packages/SystemUI/res/layout/notification_guts.xml | 1 + packages/SystemUI/res/values/styles.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/notification_guts.xml b/packages/SystemUI/res/layout/notification_guts.xml index e1424f0cb7e5..f60a3b69b26c 100644 --- a/packages/SystemUI/res/layout/notification_guts.xml +++ b/packages/SystemUI/res/layout/notification_guts.xml @@ -63,6 +63,7 @@ android:id="@+id/importance_buttons" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginStart="-6dp" android:paddingTop="4dp" android:paddingEnd="8dp" >