码迷,mamicode.com
首页 > 其他好文 > 详细

xml中不能直接添加ViewGroup

时间:2017-01-10 08:27:19      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:parent   roi   容器类   不能   添加   cal   layout   抽象   group   

我知道可以直接添加一个<View />的,今天想添加个容器类,然后后台动态添加SurfaceView到ViewGroup容器里,不过提示inflate报错了。难道ViewGroup不能直接这么添加吗?

<LinearLayout 
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        >   
         <ViewGroup
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             />                
    </LinearLayout>

  不能, ViewGroup 是一个抽象类,无法直接实例化

xml中不能直接添加ViewGroup

标签:parent   roi   容器类   不能   添加   cal   layout   抽象   group   

原文地址:http://www.cnblogs.com/Im-Victor/p/6266893.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!