chufengma / android-skills

android 平时需要注意的小技巧,小构思,小想法。
6 stars 2 forks source link

ListView 自定义Item时候 #4

Open chufengma opened 9 years ago

chufengma commented 9 years ago
消除默认点击背景效果:`android:listSelector="@android:color/transparent"` ;
消除分隔线: `android:divider="@null"` ``` xml ```