先看看GridView實(shí)現(xiàn)單選效果
如果是你需要的,你可以繼續(xù)往下看了
實(shí)現(xiàn)起來(lái)比較簡(jiǎn)單,直接上代碼
主Activity的布局,一個(gè)Button用來(lái)跳轉(zhuǎn)到篩選Activity一個(gè)TextView用來(lái)顯示篩選后的到的結(jié)果
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/activity_main" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.duanlian.gridviewsingleselectordomo.MainActivity"> <Button android:layout_width="match_parent" android:layout_height="50dp" android:onClick="buttonClick" android:text="去篩選"/> <TextView android:id="@+id/tv_result" android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="30dp" android:textColor="@color/colorAccent" android:layout_centerInParent="true" android:text="篩選結(jié)果"/> </RelativeLayout>
網(wǎng)站標(biāo)題:Android利用GridView實(shí)現(xiàn)單選功能-創(chuàng)新互聯(lián)
分享路徑:http://aaarwkj.com/article32/gogpc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供用戶(hù)體驗(yàn)、企業(yè)建站、網(wǎng)站設(shè)計(jì)、外貿(mào)建站、網(wǎng)站排名、品牌網(wǎng)站設(shè)計(jì)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容