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

Commit ce17f5c0 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 am: cfe4b345

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

Change-Id: Ie2b1f8ff7558773a723b4d8ef13089df6ff22ffb
parents be5c92d5 cfe4b345
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -21,8 +21,6 @@
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
    android:paddingTop="@dimen/qs_header_top_padding"
    android:paddingTop="@dimen/qs_header_top_padding"
    android:paddingBottom="@dimen/qs_header_bottom_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:layout_below="@id/quick_status_bar_system_icons"
    android:clipChildren="false"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:clipToPadding="false"
+0 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,6 @@
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_gravity="center_vertical"
    android:layout_gravity="center_vertical"
    android:paddingLeft="16dp"
    android:paddingRight="16dp"
    style="@style/BrightnessDialogContainer">
    style="@style/BrightnessDialogContainer">


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


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


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


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


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