summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/filter_regex.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/filter_regex.xml')
-rw-r--r--app/src/main/res/layout/filter_regex.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/filter_regex.xml b/app/src/main/res/layout/filter_regex.xml
index 3a08ada2e..09743d569 100644
--- a/app/src/main/res/layout/filter_regex.xml
+++ b/app/src/main/res/layout/filter_regex.xml
@@ -10,5 +10,5 @@
android:layout_height="wrap_content"
android:hint="@string/filter_regex"
android:inputType="text"
- android:maxLines="1" />
+ android:singleLine="true" />
</LinearLayout> \ No newline at end of file