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

Commit fbb10615 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Do not inset autofill highlight

... as requested by UX

Fixes: 37245779
Test: cts-tradefed run cts-dev -m CtsAutoFillServiceTestCases
      cts-tradefed run cts-dev -m CtsUiRenderingTestCases
          --test=android.uirendering.cts.testclasses.AutofillHighlightTests

Change-Id: I750fdac9a0205233f403b5c16124cf1a9e959a06
parent f72b0eec
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>