HAFR: Update Search TextView
* Allow pressing search on keyboard to start the search * Only allow single line in textview Change-Id: I8dd91c4a84f03c228174b80494251254185f96e1 Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
aa5c65a006
commit
a27568245c
@@ -14,6 +14,9 @@
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_toLeftOf="@+id/searchButton"
|
||||
android:ems="10"
|
||||
android:imeOptions="actionSearch"
|
||||
android:maxLines="1"
|
||||
android:inputType="text"
|
||||
android:hint="@android:string/search_go" >
|
||||
|
||||
</EditText>
|
||||
|
||||
Reference in New Issue
Block a user