android xlmns:android

来源:互联网 发布:mac excel求和快捷键 编辑:程序博客网 时间:2024/06/16 05:33
<?xmlversion="1.0"encoding="utf-8"?>
  1.     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.      xmlns:my="http://schemas.android.com/apk/res/demo.view.my"
  3.      android:orientation="vertical"
  4.      android:layout_width="fill_parent"
  5.      android:layout_height="fill_parent"
  6.      >
  7.     
  8.      <demo.view.my.MyView
  9.      android:layout_width="fill_parent"
  10.      android:layout_height="wrap_content"
  11.      my:textColor="#FFFFFFFF"
  12.      my:textSize="22dp"
  13.      />
  14.     </LinearLayout>
0 0
原创粉丝点击