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. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android线程封装基类Thread
  2. Android(安卓)解决adb server is out of
  3. android开发积累2-实现自定义android控件
  4. android AndroidManifest.xml文件解析
  5. Android(安卓)studio 百度地图开发(2)地图
  6. Android(安卓)Fail to connect to camera
  7. android studio 找不到某些库的问题
  8. ANDROID L——RecyclerView,CardView导入
  9. mac下eclipse使用
  10. Android之指南针学习