[상황] GridView 에 padding을 주었더니 scrollbar가 padding 안쪽에 생겨 보기가 몹시 거북했다. [노력] 1. padding을 우선 제거. Top,Bottom,Left만 지정하고 Right는 item에서 지정하도록.. 실패.. 2. horizontalSpacing 등등 이런 저런 잡다한 시도를 해보았지만.. 딱히 맘에 들지 않아 실패.. [해결] GridView에 android:scrollbarStyle="outsideInset" 으로 설정 android:scrollbarStyle Controls the scrollbar style and position. The scrollbars can be overlaid or inset. When inset, they add to the..