Commit 04405aae authored by Willard's avatar Willard

Remove keyboard showing up automatically on login screen

parent 85efb6cf
......@@ -9,6 +9,8 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:focusable="true"
android:focusableInTouchMode="true"
tools:context="com.testapp.LoginActivity">
<!-- Login progress -->
......
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