fixed #70 #65

Daniel Gultsch created

Change summary

res/layout/fragment_conversation.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

res/layout/fragment_conversation.xml 🔗

@@ -26,7 +26,7 @@
             android:layout_toLeftOf="@+id/textSendButton"
             android:background="#eee"
             android:ems="10"
-            android:inputType="textMultiLine"
+            android:inputType="textShortMessage|textMultiLine|textCapSentences"
             android:minLines="1" >
                     <requestFocus />
         </EditText>