summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout/segmented_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/layout/segmented_button.xml')
-rw-r--r--packages/SystemUI/res/layout/segmented_button.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/segmented_button.xml b/packages/SystemUI/res/layout/segmented_button.xml
index 9e1f373a6e7..6c6957f912d 100644
--- a/packages/SystemUI/res/layout/segmented_button.xml
+++ b/packages/SystemUI/res/layout/segmented_button.xml
@@ -25,4 +25,5 @@
android:textColor="@color/segmented_button_text_selector"
android:background="@drawable/btn_borderless_rect"
android:textAppearance="@style/TextAppearance.QS.SegmentedButton"
- android:minHeight="72dp" />
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp" />