WEB开发网
开发学院手机开发Android 开发 Android自定义组件(二) 阅读

Android自定义组件(二)

 2012-05-23 07:39:44 来源:WEB开发网   
核心提示:4)创建布局注意xmlns:join声明的命名空间,和格式为:xmlns:空间名="http://schemas.android.com/apk/res/自定义组件所在包名"<?xml version="1.0" encoding="utf-8"?>

4)创建布局
注意xmlns:join声明的命名空间,和格式为:
xmlns:空间名="http://schemas.android.com/apk/res/自定义组件所在包名"

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:join="http://schemas.android.com/apk/res/org.join.effect.widget" 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent" 
    android:orientation="vertical" > 
 
    <org.join.effect.widget.tpager.TitleViewPager 
        android:id="@+id/titleViewPager1" 
        android:layout_width="fill_parent" 
        android:layout_height="fill_parent" 
        android:layout_alignParentTop="true" 
        android:layout_centerHorizontal="true" 
        android:layout_weight="1" 
        join:bImage="@drawable/icon" 
        join:tLayout="@layout/title" > 
    </org.join.effect.widget.tpager.TitleViewPager> 
 
    <org.join.effect.widget.tpager.TitleViewPager 
        android:id="@+id/titleViewPager2" 
        android:layout_width="fill_parent" 
        android:layout_height="fill_parent" 
        android:layout_alignParentTop="true" 
        android:layout_centerHorizontal="true" 
        android:layout_weight="1" 
        join:tLayout="@layout/title" > 
    </org.join.effect.widget.tpager.TitleViewPager> 
 
</LinearLayout> 

1 2 3 4  下一页

Tags:Android 定义 组件

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接