Commit 13923910 authored by divyanshu's avatar divyanshu

Disabling the fullscreen editing view for soft keyboard

parent 7968c5f8
......@@ -74,7 +74,8 @@
android:lineSpacingExtra="4dp"
android:maxLines="4"
android:minHeight="24dp"
android:scrollbars="vertical" />
android:scrollbars="vertical"
android:imeOptions="flagNoExtractUi" />
<ImageButton
android:id="@+id/button_show_attachment_options"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment