Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created April 27, 2012 11:40
Show Gist options
  • Save sourcerebels/2508572 to your computer and use it in GitHub Desktop.
Save sourcerebels/2508572 to your computer and use it in GitHub Desktop.
Android > Form > Don't show keyboard (don't focus first editable widget
<LinearLayout
style="@style/OfficeDetail"
android:focusable="true"
android:focusableInTouchMode="true"
android:orientation="vertical" >
<!-- Widgets formulario (EditText, ...) -->
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment