Delete border space around GridView

前端 未结 2 1939
执念已碎
执念已碎 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.

提交回复
热议问题