I try to remove red border around GridView to completely fill screen my calendar(without padding from left, right and top).
margin=0 padding
Your "issue" is the selector. You can change it using: android:listSelector.
selector
You can try removing the selector with android:listSelector="@null or creating a custom one. Here's a tutorial.
android:listSelector="@null