导航:首页 > 操作系统 > androidlistview点击背景

androidlistview点击背景

发布时间:2023-03-23 07:42:08

android listview点击背景改变,点击其他事背景变回原来的样子,被点击的改变

<?xml version="1.0" encoding="utf-8" ?>
<selector xmlns:android="http://schemas.android.com/apk/res/android ">手隐握
<item android:state_window_focused="false"
android:drawable="@drawable/没有焦点时的图片背景" />
<item android:state_focused="true" android:state_pressed="true"
android:drawable=
"@drawable/非触摸模式下获得焦点并单击时的背景图片" />
<item android:state_focused="false" android:state_pressed="true"
android:drawable="@drawable/触摸模式下单击时的背景图片" />
<item android:state_selected="true"
android:drawable="@drawable/选中时的图片背景" />毕庆
<item android:state_focused="true"
android:drawable="@drawable/获得焦点时的图片背景" />
</selector>

在ListView布局携败中设置android:listSelector。。。。

Ⅱ 实现android中listView的item点击变背景色

我的错没看清楚裤岩问渗销题。
按题主代码自测在4.4.2上面没有出现该问题。
---------------------原答案分隔线------------------------
你这样写的代码胡喊御不是最优的,一种比较好的写法是自定义Adapter,在getview方法里面自定义一个list的item的xml文件,在xml里面用自定义selector。而listview在xml里面的属性中listSelector要设置为空就是android:listSelector="@null"

Ⅲ android listView 怎么指定项的背景设置

android listview指定项设定背景步骤如下:

  1. 监听列表项监听事件,取得被点击的view,设置为:view.setSelector("true");

2.在适配器塌镇中,用if-else语句,判断选择的列表项设置背景,没有选中的则默认背景,代码如下:


java">try{
if(selectItem==position){
messagetitle.setTextColor(android.graphics.Color.BLACK);
messagetime.setTextColor(android.graphics.Color.BLACK);
viewHolder.messagetitle.setText(maps.get(position)
.get("messagetitle").toString());
viewHolder.messagetime.setText(maps.get(position)
.get("messagetime").toString());
convertView.findViewById(R.id.expandable1)
.setBackgroundColor(android.graphics.Color.WHITE);
convertView.findViewById(R.id.expandable1)
.setBackgroundResource(R.drawable.menu_shapeclick);
}else{
messagetitle.setTextColor(android.graphics.Color.WHITE);
messagetime.setTextColor(android.graphics.Color.WHITE);
viewHolder.messagetitle.setText(maps.get(position)
.get("messagetitle").toString());
viewHolder.messagetime.setText(maps.get(position)
孙闹.get("messagetime").toString());
convertView.findViewById(R.id.expandable1)
.setBackgroundResource(
团凯粗R.drawable.menu_shapeunonclick);
}
}catch(Exceptionex){
ex.printStackTrace();
}
returnconvertView;
阅读全文

与androidlistview点击背景相关的资料

热点内容
pdf转换word苹果电脑 浏览:659
python字典格式化输出 浏览:847
加密压缩包百度和谐 浏览:716
路由代码程序员 浏览:7
电脑上qq邮箱可以发文件夹吗 浏览:209
appiumpython环境 浏览:13
序列化后再压缩 浏览:154
福克斯15t压缩比 浏览:927
手机qq发压缩包 浏览:679
安卓机蓝牙耳机如何弹出弹窗 浏览:113
linuxoracle环境变量设置 浏览:363
php去掉重复数据 浏览:367
C关机编程 浏览:767
程序员将鼠标拉到现实世界 浏览:62
思科服务器怎么开机 浏览:84
减脂健身app哪个好用 浏览:747
照片怎么压缩分文件夹 浏览:74
传感器如何连接单片机 浏览:30
云服务器多少个 浏览:602
孕妈app哪个比较好 浏览:813