您的位置:首页 > Web前端

Waring:This LinearLayout layout or its FrameLayout parent is useless; transfer the background attribute to the other view

2013-08-11 16:03 549 查看

解决方法请参考:

You have a single component (row) vertical linear layout, containing another linear layout. This does not make any sense as layout is a container for the multiple components. If there is only one component, such container is redundant and can be replaced directly by the single component it holds. Same way, the second
LinearLayout
also makes no sense, holding a single component…… 具体方案见:http://stackoverflow.com/questions/14605474/this-linearlayout-layout-or-its-framelayout-parent-is-useless-transfer-the-back
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐