mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-19 20:18:26 +00:00
Limit giphy search bar to one line
// FREEBIE
This commit is contained in:
parent
2c7fcbed60
commit
b8d938a020
@ -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…
x
Reference in New Issue
Block a user