<?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 回答
- 0 關注
- 791 瀏覽
添加回答
舉報
0/150
提交
取消