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

Commit 0032d2b8 authored by Aaron Liu's avatar Aaron Liu Committed by Automerger Merge Worker
Browse files

Merge "Bouncer: Change color of emergency button" into tm-dev am: edcfc18b

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

Change-Id: I32b41f3736e38c61543cda745281e552e16e7c35
parents 2659639a edcfc18b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,10 +15,11 @@
  ~ limitations under the License.
  -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:color="?attr/wallpaperTextColorSecondary">
    <item android:id="@android:id/background">
        <shape android:shape="rectangle">
            <solid android:color="?android:attr/colorAccent"/>
            <solid android:color="?androidprv:attr/colorAccentTertiary"/>
            <corners android:radius="24dp"/>
        </shape>
    </item>