开发者

Delete border space around GridView

开发者 https://www.devze.com 2023-02-17 01:01 出处:网络
I try to remove red border around GridView to completely fill screen my calendar(without padding from left, right and top).

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

开发者_如何学编程
margin=0
padding=0
background=@null 

isn't fix the problem. I don't use any 9path background image. what's the problem ?

Delete border space around GridView


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.


The following sets the color around the image to white:

android:listSelector="@drawable/solid_white"

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号