i am having a gridview. when i select it, the selector(orange color) will shows 开发者_Python百科like square. i want to set that as rounded corners. how to do that?
You need to use a custom selector drawable. You can use the android:listSelector property.
精彩评论