<GridView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffeeeeee" <!--선 색-->
android:horizontalSpacing="1dp" <!--여백-->
android:verticalSpacing="1dp" />
[출처] [안드로이드] 그리드뷰(GridView) 입맛대로 만들기|작성자 0511kwon
<GridView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffeeeeee" <!--선 색-->
android:horizontalSpacing="1dp" <!--여백-->
android:verticalSpacing="1dp" />
[출처] [안드로이드] 그리드뷰(GridView) 입맛대로 만들기|작성자 0511kwon
1. 현재 홈 디렉토리 : C 드라이브
2. F 드라이브의 폴더로 접근하려면 (change directory)
3. cd /d F:\folder
/d 옵션으로 드라이브를 이동하게 해준다