国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

android中 關于listitem 獲得焦點時,改變其背景

2019-11-09 17:49:36
字體:
來源:轉載
供稿:網友

其實這個問題一直困擾著我,后來終于解決了。其實很簡單看下面的截圖,不好意思,截圖有點模糊:

1、listView控件        <ListView   Android:id="@+id/contact_listview" android:layout_width="wrap_content" android:layout_height="400dip"   android:divider="#b9b9b9"   android:dividerHeight="1px"   android:cacheColorHint="#00000000"   android:listSelector="@drawable/list_selector"   android:headerDividersEnabled="true"> </ListView>

如果是繼承ListActivity的話,則可以這樣設置。

view plain copy to clipboard PRint ?this .getListView().setSelector(getResources().getDrawable(R.drawable.list_selector));  

2、在drawable文件夾中見一個list_selector.xml文件,如果什么內容都不定,只是用來把系統自帶的給覆蓋掉,在這里我們添 加上我要添加的小圖片,其中list_item_color.png只是一張只有10*10透明的圖片,list_item_sel_color也是一 張10*10的淺藍色的圖片。 

list_item_sel_color:     

list_item_color: 

view plain copy to clipboard print ?<?xml version= "1.0"  encoding= "UTF-8" ?>  <selector xmlns:android="http://schemas.android.com/apk/res/android" >       Non focused states       <item android:state_focused="false"  android:state_selected= "false"  android:state_pressed= "false"  android:drawable="@drawable/list_item_color"  />      <item android:state_focused="false"  android:state_selected= "true"  android:state_pressed= "false"  android:drawable="@drawable/list_item_sel_color"  />       Focused states      <item android:state_focused="true"  android:state_selected= "false"  android:state_pressed= "false"  android:drawable="@drawable/list_item_sel_color"  />      <item android:state_focused="true"  android:state_selected= "true"  android:state_pressed= "false"  android:drawable="@drawable/list_item_sel_color"  />       Pressed <item android:state_pressed="true"  android:drawable= "@drawable/list_item_sel_color"  />    </selector>  

以上就可以完成背景的設置 效果如下:


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 无极县| 林芝县| 工布江达县| 工布江达县| 陕西省| 咸阳市| 白水县| 陆丰市| 咸宁市| 遵化市| 绥棱县| 卢氏县| 丹棱县| 尖扎县| 静安区| 峨眉山市| 景德镇市| 固镇县| 鄂尔多斯市| 新化县| 镇平县| 略阳县| 西平县| 平邑县| 桦南县| 射阳县| 柳江县| 逊克县| 大渡口区| 龙南县| 西乌珠穆沁旗| 三门县| 宁远县| 遂溪县| 道孚县| 五指山市| 临颍县| 克拉玛依市| 米脂县| 滁州市| 资兴市|