当前位置:编程学习 > JAVA >>

android 开发布局:如何在屏幕下方显示一排按钮

--------------------编程问答-------------------- <LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">//都声明为占有所有高度,肯定覆盖。这里改成固定高度的,比如400dp就行了。或者你可以考虑一下RelativeLayout当主容器进行布局。
<WebView 
android:id="@id/WebView_index"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
/>
</LinearLayout>

--------------------编程问答-------------------- 如果你要功能按钮放在下面的话,你就用菜单,菜单显示都是在下面的! --------------------编程问答-------------------- 除 --------------------编程问答-------------------- 除 --------------------编程问答-------------------- 抱歉啊,我只是想试试csdn的论坛回复有木有验证码,一不小心就提交了
补充:Java ,  J2ME
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,