Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f558f73 authored by John Spurlock's avatar John Spurlock
Browse files

Volume: Design followup.

Fix button height so header matches QS, use same elevation between
layers.

Bug:16419191
Change-Id: I56d9c69fe72e926261a32579a0b142d2fac18871
parent eb2727bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />
+2 −0
Original line number Diff line number Diff line
@@ -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"