# HG changeset patch # User Da Risk # Date 1333726981 -7200 # Node ID 142f330bd3f6cdddbb6bbebe1f90b1df1d5b6602 # Parent 6ef8ae29fd7ffe3da7095e6b623d4597ce071cf4 Don't show soft keyboard in fullscreen in compact chat too. diff -r 6ef8ae29fd7f -r 142f330bd3f6 res/layout/chat_compact.xml --- a/res/layout/chat_compact.xml Fri Apr 06 17:24:04 2012 +0200 +++ b/res/layout/chat_compact.xml Fri Apr 06 17:43:01 2012 +0200 @@ -18,7 +18,7 @@ android:layout_height="fill_parent" android:layout_weight="1" android:maxLines="5" android:inputType="textShortMessage|textAutoCorrect|textMultiLine|textCapSentences" - android:imeOptions="actionSend" android:cursorVisible="true" + android:imeOptions="actionSend|flagNoExtractUi" android:cursorVisible="true" android:hint="@string/chat_input_default_value" />