summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/add_filter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/add_filter.xml')
-rw-r--r--app/src/main/res/layout/add_filter.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/add_filter.xml b/app/src/main/res/layout/add_filter.xml
index c4593280c..dd38332b7 100644
--- a/app/src/main/res/layout/add_filter.xml
+++ b/app/src/main/res/layout/add_filter.xml
@@ -18,13 +18,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp">
<TextView
+ android:labelFor="@+id/add_phrase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/filter_keyword" />
@@ -41,7 +42,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
- android:singleLine="true" />
+ android:singleLine="true"
+ android:importantForAutofill="no" />
<TextView
android:layout_width="match_parent"
@@ -151,8 +153,7 @@
android:id="@+id/filter_expire"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="30dp"
- android:layout_marginLeft="30dp" />
+ android:layout_marginStart="30dp" />
</LinearLayout>
</LinearLayout>
</ScrollView> \ No newline at end of file