robert_hly

踩坑填坑记录...

导航

2017年2月20日 #

设置checkBox不拦截焦点

摘要: android:clickable="false"android:focusableInTouchMode="false"android:focusable="false" 阅读全文

posted @ 2017-02-20 22:32 robert_hly 阅读(228) 评论(0) 推荐(0)

android 自定义命名空间 http://schemas.android.com/apk/res-auto

摘要: XML中用 xmlns="http://schemas.android.com/apk/res-auto"获取自定义属性值: public static String NAMESPACE = "http://schemas.android.com/apk/res-auto"; String test 阅读全文

posted @ 2017-02-20 22:11 robert_hly 阅读(534) 评论(0) 推荐(0)