GridLayout

Android 2015. 7. 6. 17:23


 

android.support.v7.widget.GridLayout 

 android:id="@+id/myGrid" 

 xmlns:app="http://schemas.android.com/apk/res-auto"

 android:layout_width="match_parent"

 android:layout_height="80dp"

 android:layout_weight="1"

 android:background="@color/black_translucence" 

 app:columnCount="6"

 app:rowCount="4"

태그는  생략. 

GridLayout은 가로세로 설정한 갯수로.. childView를 배치한다. 


'Android' 카테고리의 다른 글

동영상 캡쳐. Using ADB  (0) 2016.03.30
URL 파일 확인.  (0) 2016.01.12
webpage interface  (0) 2014.12.22
Android Eclipse - Could not find *.apk  (0) 2014.12.10
android case expressions must be constant expressions  (0) 2014.12.10
Posted by iRang1101
,