Android GridView imperfection, how to remove extra white space to the right
I have a GridView based calendar. I have the following XML layout with the selector set to null thus android:listSelector="@null" in accordance with advise I have got from this site. Now I am getting a few pixels wide strip to the right of the GridView. Why? I have tried everything I can but to avail. Here is my XML layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="match_parent" android:orientation="vertical" > <GridView android:id="@+id/calendar" android:layout_width="fill_parent" android:layout_height=