summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2016-05-16 16:03:39 -0400
committer Julia Reynolds <juliacr@google.com> 2016-05-16 16:19:02 -0400
commit04132ed420c0175feaf83db39c80a2cb1097131c (patch)
tree81a9b76287386725701ce5f2b338294aab0808cd
parent87c42773602f64d2ebae2631cffed7b88232dfbe (diff)
Adjust spacing.
Bug: 27597108 Change-Id: I75db314162cf0293422bdea6ef5e931a3ee7f813
-rw-r--r--packages/SystemUI/res/layout/notification_guts.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout/notification_guts.xml b/packages/SystemUI/res/layout/notification_guts.xml
index 4d72cc82f8ac..d09c42b8a8c2 100644
--- a/packages/SystemUI/res/layout/notification_guts.xml
+++ b/packages/SystemUI/res/layout/notification_guts.xml
@@ -63,14 +63,14 @@
android:id="@+id/importance_buttons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginStart="-6dp"
+ android:paddingStart="3dp"
android:paddingTop="4dp"
android:paddingEnd="8dp" >
<RadioButton
android:id="@+id/silent_importance"
android:layout_width="wrap_content"
android:layout_height="40dp"
- android:paddingStart="32dp"
+ android:paddingStart="22dp"
android:text="@string/show_silently"
style="@style/TextAppearance.NotificationGuts.Radio"
android:buttonTint="@color/notification_guts_buttons" />
@@ -78,7 +78,7 @@
android:id="@+id/block_importance"
android:layout_width="wrap_content"
android:layout_height="40dp"
- android:paddingStart="32dp"
+ android:paddingStart="22dp"
android:text="@string/block"
style="@style/TextAppearance.NotificationGuts.Radio"
android:buttonTint="@color/notification_guts_buttons" />
@@ -86,7 +86,7 @@
android:id="@+id/reset_importance"
android:layout_width="wrap_content"
android:layout_height="40dp"
- android:paddingStart="32dp"
+ android:paddingStart="22dp"
style="@style/TextAppearance.NotificationGuts.Radio"
android:buttonTint="@color/notification_guts_buttons" />
</RadioGroup>