Delete border space around GridView
Asked Answered
T

2

17

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 ?

enter image description here

Toothpaste answered 13/3, 2011 at 17:56 Comment(0)
P
46

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.

Palmieri answered 13/3, 2011 at 23:5 Comment(0)
F
0

The following sets the color around the image to white:

android:listSelector="@drawable/solid_white"

Follicle answered 7/4, 2011 at 4:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.