是否只有一种方法可以在Android中插入自定义布局?

时间:2012-06-19 10:42:36

标签: android android-layout relativelayout

我创建了一个名为RelativeLayout的自定义RemoteImageView

<com.mypackagepath.RemoteImageView
              xmlns:android="http://schemas.android.com/apk/res/android"
              android:layout_width="wrap_content"
              android:layout_height="wrap_content">
    <!-- something interesting -->
</com.mypackagepath.RemoteImageView>

我应该总是写

<include layout="@layout/remote_image_view" />

当我想把它放在某处或者我可以以某种方式写

<com.mypackagepath.RemoteImageView etc="something" />

0 个答案:

没有答案