Android基础篇之底部菜单栏的编辑
先看效果图: 如下 下面是代码部分:1. 在main.xml中添加GridView<?xmlversion="1.0"encoding="utf-8"?> <RelativeLayoutxmlns:Android="http://schemas.android.com/apk/res/android" android:background="@drawable/background" android:layout_width="fill_...