Ignore case when searching comments.

This commit is contained in:
Alex Ning
2021-07-14 20:25:26 +08:00
parent 4f9bd0cde0
commit 200f5839ff
2 changed files with 10 additions and 7 deletions

View File

@@ -78,7 +78,8 @@
android:layout_height="wrap_content"
android:fontFamily="?attr/font_family"
android:textSize="?attr/font_default"
android:hint="@string/search_comments" />
android:hint="@string/search_comments"
android:maxLines="1" />
</com.google.android.material.textfield.TextInputLayout>