Android xml 小技巧

来源:互联网 发布:mysql数据库忘记密码 编辑:程序博客网 时间:2024/05/25 12:21
  • 拦截默认的选焦点
  <View        android:focusable="true"        android:focusableInTouchMode="true"        android:layout_height="0px"        android:layout_width="0px"></View>
0 0