android:descendantFocusability 焦点 父控件与子控件焦点


android:descendantFocusability
Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.
Must be one of the following constant values.
Constant Value Description
beforeDescendants 0 The ViewGroup will get focus before any of its descendants.
afterDescendants 1 The ViewGroup will get focus only if none of its descendants want it.
blocksDescendants 2 The ViewGroup will block its descendants from receiving focus

更多相关文章

  1. Android 控件常用属性
  2. Android修改默认控件焦点不highlight
  3. android程序在Layout中设置控件水平或垂直居中
  4. Android:控件样式触发
  5. Android Studio 的原生输入框控件 EditText 属性配置详解
  6. 详细介绍MvcPager分页控件使用的实例方法
  7. ItemsControl 的布局控件实例
  8. Windows 10 - 控件(集合类)的详细介绍
  9. jquery pqgrid分页控件乱码是什么情况?

随机推荐

  1. Android多Module下的Application引用方式
  2. Android(安卓)Bitmap垂直翻转
  3. android4.3 截屏功能的尝试与失败分析
  4. Android命令行编译方法,不用Eclipse IDE
  5. Android中数据存储方式一:文件形式
  6. android开发-界面设计基本知识Ⅲ
  7. 【Android(安卓)frameLayout布局】使用fr
  8. Java bit, byte, 基本数据类型
  9. android实时视频网络传输方案总结
  10. Android(安卓)动画学习 二