aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/oreo_autofill_dataset.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/oreo_autofill_dataset.xml b/app/src/main/res/layout/oreo_autofill_dataset.xml
index e13d1688..f420a323 100644
--- a/app/src/main/res/layout/oreo_autofill_dataset.xml
+++ b/app/src/main/res/layout/oreo_autofill_dataset.xml
@@ -4,7 +4,6 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -26,7 +25,8 @@
android:adjustViewBounds="true"
android:maxWidth="20dp"
android:maxHeight="20dp"
- app:tint="@color/secondary_color"
+ android:tint="@color/secondary_color"
+ tools:ignore="UseAppTint"
tools:src="@mipmap/ic_launcher" />
<LinearLayout