<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app=http://schemas.android.com/apk/res/net.abc.def
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<CheckBox android:id="@+id/quesdetailsoption_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:button="@null"
android:drawableLeft="@drawable/checkbox_tick"
android:drawablePadding="@dimen/common_marginsmall"
android:padding="@dimen/common_padding"
android:textColor="@color/common_black"
android:textSize="@dimen/common_itembigsize" />如上代码中的 xmlns:android 和 xmlns:app 的定义是什么意思? 我访问了一下,这两上网址都是不可访问的,但项目可以正常编译,这是怎么回事呢? 高手给解释一下
1 回答
- 1 回答
- 0 关注
- 771 浏览
添加回答
举报
0/150
提交
取消