diff options
author | lookshe <github@lookshe.org> | 2016-03-30 00:57:17 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-03-30 01:02:00 +0200 |
commit | 51d1d2226a2f41affdb79fdcffad25731077bafd (patch) | |
tree | 319caa334976e887465d23672d8f1a234f32ebfe /src/main/res | |
parent | b8f97a7072d37e6aab26238a5620991b0b8a14ce (diff) |
no resize of input field when inserting emojicon (FS#175)
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index c5a6595c..b0bf17c8 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -49,7 +49,7 @@ android:ems="10" android:imeOptions="flagNoExtractUi|actionSend" android:inputType="textShortMessage|textMultiLine|textCapSentences" - android:minHeight="48dp" + android:minHeight="56dp" android:minLines="1" android:paddingBottom="12dp" android:paddingLeft="8dp" |