前段時(shí)間在項(xiàng)目開(kāi)發(fā)中,有l(wèi)istview實(shí)現(xiàn)單選和多選的效果,特別是listview的單選效果,一開(kāi)始項(xiàng)目比較緊,自己考慮的是用listview和radionbutton實(shí)現(xiàn)的,可能是自己考慮不周到的原因,效果是實(shí)現(xiàn)了,但是用戶體驗(yàn)不怎么好,做完項(xiàng)目后,自己又弄了下,使用listview和imageview實(shí)現(xiàn),點(diǎn)擊listview條目的時(shí)候就可以實(shí)現(xiàn)單選效果,這樣用戶體驗(yàn)就稍微好些。以下就是實(shí)現(xiàn)的方式:

activity_main.xml文件:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.listtest.MainActivity$PlaceholderFragment" > <ListView android:id="@+id/listview" android:layout_width="fill_parent" android:layout_height="fill_parent" /> </RelativeLayout>
當(dāng)前文章:Android中l(wèi)istview和imageview實(shí)現(xiàn)條目單選效果-創(chuàng)新互聯(lián)
分享網(wǎng)址:http://chinadenli.net/article6/dhocog.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供關(guān)鍵詞優(yōu)化、網(wǎng)站改版、網(wǎng)站排名、動(dòng)態(tài)網(wǎng)站、手機(jī)網(wǎng)站建設(shè)、網(wǎng)站策劃
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(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)容