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

Commit 88130951 authored by Yuhan Yang's avatar Yuhan Yang Committed by Android (Google) Code Review
Browse files

Merge "Add a 1dp outline on autoclick panel" into main

parents c00ee441 caead7fc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -14,7 +14,11 @@
     limitations under the License.
-->

<shape xmlns:android="http://schemas.android.com/apk/res/android">
<shape xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
    <solid android:color="@color/materialColorSurface" />
    <corners android:radius="40dp" />
    <stroke
        android:width="1dp"
        android:color="@androidprv:color/materialColorOutlineVariant" />
</shape>