标签: android android-custom-view
<LinearLayout> TextView TextView </LinearLayout>
我想以编程方式在LinearLayout周围添加自定义视图,因此结果应为
<CustomView> <LinearLayout> TextView TextView </LinearLayout> </CustomView>
这是否可能。
addView并没有给我太多选择