# HG changeset patch # User Da Risk # Date 1271007145 -7200 # Node ID 559845cadddbda78ee9097fd337203fa5eb318be # Parent 31858ca7219007065ec65645f62035f1e2b8b111 Disable auto activation of the on screen keyboard in ChangeStatus activity Fix #254 diff -r 31858ca72190 -r 559845cadddb AndroidManifest.xml --- a/AndroidManifest.xml Thu Apr 01 22:22:34 2010 +0200 +++ b/AndroidManifest.xml Sun Apr 11 19:32:25 2010 +0200 @@ -29,7 +29,8 @@ android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> - + diff -r 31858ca72190 -r 559845cadddb res/layout/changestatus.xml --- a/res/layout/changestatus.xml Thu Apr 01 22:22:34 2010 +0200 +++ b/res/layout/changestatus.xml Sun Apr 11 19:32:25 2010 +0200 @@ -1,6 +1,6 @@ + android:layout_below="@id/ChangeStatusSpinner" + style="@style/Label" + android:inputType="textShortMessage|textCapSentences|textAutoCorrect|textMultiLine|textImeMultiLine" + android:imeOptions="actionDone" + android:selectAllOnFocus="true" + /> -