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

Commit caead7fc authored by Yuhan Yang's avatar Yuhan Yang
Browse files

Add a 1dp outline on autoclick panel

Screenshot:
light mode: go/screenshot-9hrjmnlirbzrpzg
dark mode: go/screenshot-9k9oxtzrkm3dgdu

Bug: 428180435
Test: manually tested on DUT
Flag: com.android.server.accessibility.enable_autoclick_indicator
Change-Id: I22701f979562890401573b07cb51f7775cabd026
parent 5a077e1a
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>