为了账号安全,请及时绑定邮箱和手机立即绑定

android中如下代码是什么意思?

android中如下代码是什么意思?

大话西游666 2018-08-16 09:14:31
<?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 关注
  • 754 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信