Volume: Design followup.
Fix button height so header matches QS, use same elevation between layers. Bug:16419191 Change-Id: I56d9c69fe72e926261a32579a0b142d2fac18871
This commit is contained in:
@@ -23,4 +23,4 @@
|
||||
android:background="@drawable/btn_borderless_rect"
|
||||
android:textAppearance="@style/TextAppearance.QS.SegmentedButton"
|
||||
android:minHeight="36dp"
|
||||
android:padding="10dp" />
|
||||
android:padding="4dp" />
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="12dp"
|
||||
android:elevation="4dp"
|
||||
android:background="@drawable/qs_background_secondary" >
|
||||
|
||||
<com.android.systemui.volume.SegmentedButtons
|
||||
@@ -53,6 +54,7 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingRight="4dp"
|
||||
android:background="@drawable/btn_borderless_rect"
|
||||
android:clickable="true"
|
||||
android:drawableEnd="@drawable/qs_subhead_caret"
|
||||
|
||||
Reference in New Issue
Block a user