android: About soft keyboard

1, today when I open an activity, because there are edittext text input in the activity, so there will be direct soft keyboard, the user experience is not good

Solution, adding two top-level layout method in activity

android:focusable="true"  
android:focusableInTouchMode="true" 

Published 13 original articles · won praise 4 · views 10000 +

Guess you like

Origin blog.csdn.net/u011429167/article/details/49618537