本篇文章给大家分享的是有关Android应用中如何将ButtonBar放到屏幕底部,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。
要涉及这样的一个buttonbar,主要就是要用到这个风格。首先还是来看xml的设计,保存layout/bottombtn.xml
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/textOut" android:padding="5px" android:layout_weight="1"/> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <Button android:id="@+id/button_weather" android:text="@string/bottom_weather" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1"/> <Button android:id="@+id/button_mail" android:text="@string/bottom_mail" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1"/> <Button android:id="@+id/button_train" android:text="@string/bottom_train" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1"/> <Button android:id="@+id/button_sites" android:text="@string/bottom_sites" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1"/> <Button android:id="@+id/button_stock" android:text="@string/bottom_stock" android:layout_width="0dip" android:layout_height="wrap_content" android:layout_weight="1"/> </LinearLayout></LinearLayout>
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
软考中级精品资料免费领
- 历年真题答案解析
- 备考技巧名师总结
- 高频考点精准押题
- 资料下载
- 历年真题
193.9 KB下载数265
191.63 KB下载数245
143.91 KB下载数1148
183.71 KB下载数642
644.84 KB下载数2756
相关文章
发现更多好内容猜你喜欢
AI推送时光机Android应用中如何将ButtonBar放到屏幕底部
后端开发2023-05-31
Android编程实现将ButtonBar放在屏幕底部的方法
后端开发2022-06-06
Win8如何将任务栏还原到屏幕底部
后端开发2023-06-28
android 选项卡(TabHost)如何放置在屏幕的底部
后端开发2022-06-06
Ubuntu17.10系统中Dock如何移动到屏幕底部或右侧
后端开发2023-06-13
Android应用中屏幕四周出现红框如何解决
后端开发2023-05-31
Win10如何将开始菜单程序列表里的应用固定到开始屏幕
后端开发2023-06-09
Android 应用中如何处理播放器的横屏切换问题
后端开发2023-05-31
Win10如何将开始菜单程序列表里的应用固定到开始屏幕上
后端开发2023-06-10
Android应用中如何将数据插入到SQLite数据库
后端开发2023-05-31
Android应用中如何将头像保存到本地服务器
后端开发2023-05-31
探讨如何将Go应用程序部署到生产环境中(步骤)
后端开发2023-05-14
Android应用中如何异步下载图片并将图片保存到本地DEMO中
后端开发2023-05-31
咦!没有更多了?去看看其它编程学习网 内容吧