Delete border space around GridView

前端 未结 2 1940
执念已碎
执念已碎 2020-12-15 21:41

I try to remove red border around GridView to completely fill screen my calendar(without padding from left, right and top).

margin=0
padding         


        
相关标签:
2条回答
  • 2020-12-15 21:52

    Your "issue" is the selector. You can change it using: android:listSelector.

    You can try removing the selector with android:listSelector="@null or creating a custom one. Here's a tutorial.

    0 讨论(0)
  • 2020-12-15 22:03

    The following sets the color around the image to white:

    android:listSelector="@drawable/solid_white"

    0 讨论(0)
提交回复
热议问题