From aebacc94c0a315624ea5764b1da33327a5e09498 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 4 Mar 2016 11:11:46 -0500 Subject: [PATCH] Redlines for inline settings. Change-Id: I535f84f70444caf376b671352da8da94b764b1eb --- .../res/color/notification_guts_buttons.xml | 7 +++++++ .../SystemUI/res/layout/notification_guts.xml | 19 +++++++++++-------- packages/SystemUI/res/values/styles.xml | 4 ++++ 3 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 packages/SystemUI/res/color/notification_guts_buttons.xml diff --git a/packages/SystemUI/res/color/notification_guts_buttons.xml b/packages/SystemUI/res/color/notification_guts_buttons.xml new file mode 100644 index 0000000000000..f7a4ee9cd9430 --- /dev/null +++ b/packages/SystemUI/res/color/notification_guts_buttons.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/notification_guts.xml b/packages/SystemUI/res/layout/notification_guts.xml index 4b0c834d8415e..1ab6bf9f22ce3 100644 --- a/packages/SystemUI/res/layout/notification_guts.xml +++ b/packages/SystemUI/res/layout/notification_guts.xml @@ -63,29 +63,32 @@ android:id="@+id/importance_buttons" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingTop="8dp" - android:paddingBottom="8dip" + android:paddingTop="4dp" + android:paddingBottom="16dip" android:paddingEnd="8dp" > + style="@style/TextAppearance.NotificationGuts.Radio" + android:buttonTint="@color/notification_guts_buttons" /> + style="@style/TextAppearance.NotificationGuts.Radio" + android:buttonTint="@color/notification_guts_buttons" /> + android:paddingStart="32dp" + style="@style/TextAppearance.NotificationGuts.Radio" + android:buttonTint="@color/notification_guts_buttons" /> 16sp + +