文件名称:Android顶部工具栏和底部工具栏的简单实现代码
文件大小:48KB
文件格式:PDF
更新时间:2024-02-10 03:54:51
android开发 id 工具
废话少说,直接上图,有图有真相。 这两个工具栏全是用布局来实现的。底部工具栏布局代码: 代码 代码如下: < xmlns android=”http://schemas.android.com/apk/res/android” android:background=”@drawable/bottom” android:layout_width=”fill_parent” android:layout_height=”wrap_content” > <android:id=”@+id/edit” android:text=”测试