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

Commit 4511d3b8 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "[SysUI][Floaty] Fix crash on cuttlefish devices" into main

parents d2ae04c0 3a81360f
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -12,5 +12,14 @@
    limitations under the License.
-->
<!-- Overlay this resource to change rounded_corners_bottom -->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/rounded"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="8dp"
    android:height="8dp"
    android:viewportWidth="8"
    android:viewportHeight="8">

    <path
        android:fillColor="#000000"
        android:pathData="M8,0H0v8C0,3.6,3.6,0,8,0z" />

</vector>
+11 −2
Original line number Diff line number Diff line
@@ -12,5 +12,14 @@
    limitations under the License.
-->
<!-- Overlay this resource to change rounded_corners_top -->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/rounded"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="8dp"
    android:height="8dp"
    android:viewportWidth="8"
    android:viewportHeight="8">

    <path
        android:fillColor="#000000"
        android:pathData="M8,0H0v8C0,3.6,3.6,0,8,0z" />

</vector>