summaryrefslogtreecommitdiffstats
path: root/android/source/res/layout/toolbar_bottom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/layout/toolbar_bottom.xml')
-rw-r--r--android/source/res/layout/toolbar_bottom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/source/res/layout/toolbar_bottom.xml b/android/source/res/layout/toolbar_bottom.xml
index 7688dd4f01fc..f4b3f3c5f8cc 100644
--- a/android/source/res/layout/toolbar_bottom.xml
+++ b/android/source/res/layout/toolbar_bottom.xml
@@ -435,7 +435,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="0.2"
- android:inputType="" />
+ android:imeOptions="actionSearch"
+ android:inputType="text" />
<ImageButton
android:id="@+id/button_search_down"