控制GridView中选中的背景

GridView选中状态的背景超出了getView返回的view的范围,用     android:listSelector="@null" 可以解决

你可能感兴趣的:(控制GridView中选中的背景)