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

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

Merge "Revert back thick slider" into sc-dev am: 918fafe2

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic9a452f94ae1075c663bc0e3c17e4f97bfb373e1
parents 785db242 918fafe2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -41,8 +41,10 @@
    </item>
    <item android:id="@android:id/progress"
          android:gravity="center_vertical|fill_horizontal">
            <com.android.systemui.util.RoundedCornerProgressDrawable
            <clip
                android:drawable="@drawable/brightness_progress_full_drawable"
                android:clipOrientation="horizontal"
                android:gravity="left"
            />
    </item>
</layer-list>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@
    </item>
    <item
        android:id="@+id/slider_icon"
        android:gravity="center_vertical|right"
        android:gravity="center_vertical|left"
        android:height="@dimen/rounded_slider_icon_size"
        android:width="@dimen/rounded_slider_icon_size"
        android:right="@dimen/rounded_slider_icon_inset">
        android:left="@dimen/rounded_slider_icon_inset">
        <com.android.systemui.util.AlphaTintDrawableWrapper
            android:drawable="@drawable/ic_brightness"
            android:tint="?android:attr/colorBackground"