我的 listitem.xml:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/f_w" android:layout_height="60sp" android:padding="0sp">
<TextView android:id="@+id/con_name"
android:textSize="16sp"
style="@style/w_w" />
<TextView android:id="@+id/con_time"
android:textSize="13sp"
android:textColor="#565"
style="@style/w_w" />
</RelativeLayout>
所以,我想在按下的项目上指定我的文本视图的文本颜色。我正在通过 baseadapter 使用自定义列表视图。