1.去滑动到顶点和底边时的黑色阴影

 

[html] view plaincopy
  1. android:fadingEdge="none"  


2.去拖动时默认黑色底色

 

 

[html] view plaincopy
  1. android:cacheColorHint=“#00000000”  


3.去选中时的黄色底色

 

 

[html] view plaincopy
  1. android:listSelector="#00000000"  

相关文章:

  • 2021-11-22
  • 2021-11-11
  • 2021-11-20
  • 2021-07-13
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
猜你喜欢
  • 2021-10-10
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案