android: what is the difference between focused, enabled, pressed, and selected states?


Enabled -> User Interaction possible.

Disabled -> User interaction not possible.

  • if you hover the mouse over a widget, it isfocussed
  • If you make a press-down (half click) on that widget, it ispressed
  • If you press-down and press-up while the mouse is at the same position, it isselected
with touch input you need to take care of pressed and selected states. if the touch-down happens inside a widget and touch up happens outside the widget, it is not considered to be selected.

Focus in Android refers to a mode that's only used for dpad/trackball selection.

更多相关文章

  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. 分享Asp.Net MVC4如何实现通过id更新表单
  2. 用asp.net mvc部分视图渲染html的实例教
  3. 关于C#如何实现Access以时间段查询出来的
  4. WPF实现定时刷新UI界面的实例详解
  5. ASP.NET Core中新功能--环境变量和启动设
  6. 基于Calendar实现blog日历的实例详解
  7. 创建自己的RSS实例教程
  8. MVC5下拉框单选绑定的具体代码实现
  9. Asp.net 中用GridView控件的实例教程
  10. C#中如何使用SendMessage?