新聞中心
這里有您想知道的互聯(lián)網(wǎng)營銷解決方案
仿UC底部菜單欄實例教程
效果圖:

創(chuàng)新互聯(lián)-云計算及IDC服務(wù)提供商,涵蓋公有云、IDC機(jī)房租用、資陽托管服務(wù)器、等保安全、私有云建設(shè)等企業(yè)級互聯(lián)網(wǎng)基礎(chǔ)服務(wù),歡迎來電:028-86922220
先主界面xml
activity_main.xml
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/bg"
- tools:context=".MainActivity" >
ViewPager中的三個選項卡xml
- view_main.xml,view_set.xml,view_utils.xml
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#77ff0000"
- android:orientation="vertical" >
- android:id="@+id/myGridView"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:numColumns="4"
- android:layout_margin="10dp"
- android:horizontalSpacing="20dp"
- android:gravity="center"
- android:verticalSpacing="20dp"
- >
這是選項卡一view_main.xml,后面的兩個和這個一樣。
最后就是還有一個GirdView的適配器xml
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- android:id="@+id/imgbtn_img"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerHorizontal="true"
- />
- android:id="@+id/imgbtn_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/imgbtn_img"
- android:layout_centerHorizontal="true"
- android:text="Text"
- android:textColor="#ff0000ff"
- android:textSize="10sp" />
xml布局部分就這么多了。
當(dāng)前題目:仿UC底部菜單欄實例教程
分享鏈接:http://m.fisionsoft.com.cn/article/cddpoio.html


咨詢
建站咨詢
