我想问一个问题,有些人可能会觉得这个问题很荒谬。但如果可能的话,这是我的需要。根据我的说法,我R&D
没有发现任何与此相关的内容。
我有自定义布局。
<com.example.customview.myview
android:id="@+id/ex_view1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
custom:title="contact"
custom:visibility="@integer/visible"/>
我想在这个自定义布局中添加一个布局,即
<com.example.customview.myview
android:id="@+id/ex_view1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
custom:title="contact"
custom:visibility="@integer/visible"
here i want to add............................... />
我不能<include/>
在任何布局中使用标签tags.
<............这里我需要添加新布局............/>
如果有任何tag
可以做到这一点,请帮助我。如果不是,请向我提供公平的信息
谢谢。