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

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

Merge "Make the DND icon look a little less completely broken." into sc-dev am: a1228e05

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

Change-Id: I34f1ffd898a902b58bcf8c6dc21add9c5a440dc1
parents 78c357c6 a1228e05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
            android:id="@+id/volume_row_slider_frame"
            android:layout_width="match_parent"
            android:layout_height="@dimen/volume_row_slider_height">
            <include layout="@layout/volume_dnd_icon"/>
            <SeekBar
                android:id="@+id/volume_row_slider"
                android:paddingLeft="0dp"
@@ -63,6 +62,7 @@
                android:background="@null"
                android:layoutDirection="ltr"
                android:rotation="270" />
            <include layout="@layout/volume_dnd_icon"/>
        </FrameLayout>

        <com.android.keyguard.AlphaOptimizedImageButton
+4 −2
Original line number Diff line number Diff line
@@ -18,12 +18,14 @@
    android:id="@+id/dnd_icon"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="6dp">
    android:layout_gravity="bottom"
    android:layout_marginTop="6dp"
    android:layout_marginBottom="6dp">

    <ImageView
        android:layout_width="14dp"
        android:layout_height="14dp"
        android:layout_gravity="right|top"
        android:layout_gravity="center"
        android:src="@*android:drawable/ic_qs_dnd"
        android:tint="?android:attr/textColorTertiary"/>
</FrameLayout>
 No newline at end of file