Commit 67aa439d by onuma

Merge branch 'features/1.3.200_42760' into 'features/1.3.200'

Bug #42760 本文検索で改行できる

See merge request !145
parents b00e5195 816a43b6
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
android:layout_weight="1" android:layout_weight="1"
android:imeActionLabel="@string/search" android:imeActionLabel="@string/search"
android:imeOptions="actionSearch" android:imeOptions="actionSearch"
android:inputType="text"
android:maxLength="30" android:maxLength="30"
android:padding="10dp" android:padding="10dp"
android:maxLines="1" /> android:maxLines="1" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment