父控件多个子控件时加入
android:focusable=“true”
android:focusableInTouchMode=“true”
例如:
父控件内包含只有一个子控件的情况下
父控件或者子控件都可以加没有区别
android:focusable=“true”
android:focusableInTouchMode=“true”
例如:
EditText设置不自动获取焦点,点击后才获取和弹出软键盘
最新推荐文章于 2024-02-23 16:23:43 发布