当前位置:   article > 正文

GridView、ListView去除选中效果_jxcategorytitleview 去掉选中效果

jxcategorytitleview 去掉选中效果
  1. gridView.setSelector(new ColorDrawable(Color.TRANSPARENT));
  2. listView.setSelector(new ColorDrawable(Color.TRANSPARENT));

  1. GridView
  2. android:listSelector="@android:color/transparent"
  3. android:numColumns="auto_fit"
  4. android:columnWidth="50dp"
  5. android:stretchMode="spacingWidth"
  6. android:layout_weight="1.0"
  7. android:layout_height="0dip"
  8. android:layout_width="match_parent"/>
  9. <ListView
  10. android:listSelector="@android:color/transparent"
  11. android:layout_height="match_parent"
  12. android:layout_width="match_parent"/>


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/代码探险家/article/detail/787384
推荐阅读
相关标签
  

闽ICP备14008679号