首页 > 代码库 > 安卓学习之FrameLayout
安卓学习之FrameLayout
将《第一行代码》中的代码输入,并不能得到书上的结果,按钮无论如何都是在图片上面,后来找到http://www.cnblogs.com/DarkMaster/p/4654953.html,将button空间外面包一层
<RelativeLayout
6 android:layout_width="match_parent"
7 android:layout_height="wrap_content">
8
9 <Button
10 android:layout_width="match_parent"
11 android:layout_height="wrap_content"
12 android:text="立即投资" />
13
14 </RelativeLayout>
之后完美解决
安卓学习之FrameLayout
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。