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

Commit cfe4b345 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Updated the paddings of quick settings to match notifications" into...

Merge "Updated the paddings of quick settings to match notifications" into rvc-dev am: 2c1bfedd am: 38379465

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11672483

Change-Id: Iee8cbcc6a344e38e84017e524c3075d4f2bfd93e
parents c7b25612 38379465
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
    android:layout_height="wrap_content"
    android:paddingTop="@dimen/qs_header_top_padding"
    android:paddingBottom="@dimen/qs_header_bottom_padding"
    android:paddingStart="@dimen/status_bar_padding_start"
    android:paddingEnd="@dimen/status_bar_padding_end"
    android:layout_below="@id/quick_status_bar_system_icons"
    android:clipChildren="false"
    android:clipToPadding="false"
+0 −2
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:layout_gravity="center_vertical"
    android:paddingLeft="16dp"
    android:paddingRight="16dp"
    style="@style/BrightnessDialogContainer">

    <com.android.systemui.settings.ToggleSliderView
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@
    android:layout_width="match_parent"
    android:layout_height="@dimen/qs_header_tooltip_height"
    android:layout_below="@id/quick_status_bar_system_icons"
    android:paddingStart="@dimen/status_bar_padding_start"
    android:paddingEnd="@dimen/status_bar_padding_end"
    android:visibility="invisible"
    android:theme="@style/QSHeaderTheme">

+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
    android:paddingStart="0dp"
    android:elevation="4dp" >

    <!-- The clock -->
    <include layout="@layout/quick_status_bar_header_system_icons" />

    <!-- Status icons within the panel itself (and not in the top-most status bar) -->
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@
    android:gravity="center"
    android:orientation="horizontal"
    android:clickable="true"
    android:paddingStart="@dimen/status_bar_padding_start"
    android:paddingEnd="@dimen/status_bar_padding_end"
    android:paddingTop="@dimen/status_bar_padding_top" >

    <com.android.systemui.statusbar.policy.Clock
Loading