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

Commit 061b36e4 authored by Amin Shaikh's avatar Amin Shaikh
Browse files

Vertically center QS customizer heading.

Bug: 77326457
Test: manual
Change-Id: I1938453184d0dea1a98374710e84604931fbf2ff
parent 2bbd6c34
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,8 +20,9 @@
    android:id="@android:id/title"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginBottom="@dimen/qs_tile_margin_top_bottom_negative"
    android:gravity="center"
    android:minHeight="28dp"
    android:minHeight="@dimen/qs_customize_header_min_height"
    android:textAppearance="@style/TextAppearance.QSEdit.Headers"
    android:textColor="?android:attr/colorAccent"
    android:text="@string/drag_to_rearrange_tiles" />
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
@@ -352,6 +352,9 @@
    <dimen name="qs_tile_margin_horizontal">18dp</dimen>
    <dimen name="qs_tile_margin_vertical">24dp</dimen>
    <dimen name="qs_tile_margin_top_bottom">12dp</dimen>
    <dimen name="qs_tile_margin_top_bottom_negative">-12dp</dimen>
    <!-- The height of the qs customize header. Should be (28dp - qs_tile_margin_top_bottom). -->
    <dimen name="qs_customize_header_min_height">40dp</dimen>
    <dimen name="qs_tile_margin_top">18dp</dimen>
    <dimen name="qs_quick_tile_size">48dp</dimen>
    <!-- Maximum width of quick quick settings panel. Defaults to MATCH_PARENT-->