android - How to disable highlight colour in ListView? -


even though question got asked million times before, still can't find solution.

here tried:

  <style name="listviewnohighlight" parent="@android:style/widget.listview">     <item name="android:listselector">@android:color/transparent</item>     <item name="android:cachecolorhint">@android:color/transparent</item>     <item name="android:choicemode">none</item>   </style> 

then set in theme:

    <item name="android:listviewstyle">@style/listviewnohighlight</item> 

what works:

  • while tapping, there no highlight.

what doesn't work:

  • after tapping still annoying orange highlight colour.

this on android 5.1.0 nexus 6 genymotion emulator.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -