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

Commit 0a87b90e authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Do not inset autofill highlight" into oc-dev

am: ac1c224c

Change-Id: I8e37f008c016d25077fe690477422fd4e7422f29
parents 0a08ec9f ac1c224c
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -15,12 +15,6 @@
  * limitations under the License.
  -->

<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:insetLeft="4dp"
    android:insetRight="4dp"
    android:insetBottom="4dp"
    android:insetTop="4dp">
    <shape>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/autofilled_highlight" />
</shape>
</inset>