mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Limit giphy search bar to one line
// FREEBIE
This commit is contained in:
parent
2c7fcbed60
commit
b8d938a020
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
android:textColorHint="@color/white"
|
||||
android:textCursorDrawable="@null"
|
||||
android:maxLines="1"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="end"
|
||||
android:imeOptions="actionSearch"
|
||||
android:background="@android:color/transparent"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
|
Loading…
Reference in a new issue