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

Commit ac1c224c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents c2f8949b fbb10615
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>