您的位置:首页 > 移动开发 > Android开发

小笔记 使android界面打开时EditText不自动获得焦点

2015-09-10 17:25 429 查看
android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:orientation="vertical"
        android:focusable="true"
        android:focusableInTouchMode="true"
        >
        ... ...
        其中:
        android:focusable="true"
        android:focusableInTouchMode="true"
        不叫界面中editText在打开界面时自动获得焦点
		要在edittext的父布局结构中(例如LinearLayout,RelativeLayout等)添加 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: