1
0
Fork 0

For #9775: Increase touch target of elements in add search engine screen

master
mcarare 2020-07-01 13:02:57 +03:00 committed by Emily Kager
parent 170ae1aa33
commit 9bc4f443f5
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@
android:id="@+id/edit_engine_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/accessibility_min_height"
android:hint="@string/search_add_custom_engine_name_hint"
android:inputType="text" />
</com.google.android.material.textfield.TextInputLayout>
@ -46,6 +47,7 @@
android:id="@+id/edit_search_string"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/accessibility_min_height"
android:hint="@string/search_add_custom_engine_search_string_hint"
android:inputType="text" />
</com.google.android.material.textfield.TextInputLayout>