일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 스마트에디터
- 정보처리
- relative
- 정보처리기사
- transition
- fixed
- MySQL
- where
- call by value
- static
- box-sizing
- I/O
- UTF-8
- call by refelrence
- 이미지확대
- Spring
- 기사
- ABSOLUTE
- Encoding
- STREAM
- method
- datasourceexplorer
- transform
- codepage
- position
- SQL
- 정보처리 산업기사
- text-shadow
- 산업기사
Archives
- Today
- Total
a battle with myself
[android] ScrollView 안의 GridView Full size libary(GridView height) 본문
GridView 를 상속 받은 ExpandableHeightGridView 확장 그리드 뷰
scrollView.setFillViewport(true);
GridView 대신 ExpandableHeightGridView 사용
확장 class 적용
ExpandableHeightGridView userGridView = (ExpandableHeightGridView) findViewById(R.id.userGridView); userGridView.setExpanded(true); UserGridViewAdapter userAdapter = new UserGridViewAdapter(context, R.layout.userAdapterLayout,params); userGridView.setAdapter(userAdapter); userAdapter.notifyDataSetChanged(); |
'android' 카테고리의 다른 글
[android] android 구글맵 길찾기 intent 열기 (0) | 2017.01.18 |
---|---|
[android] 다음지도 URL SCHEMA 사용법 길찾기 등 (0) | 2017.01.13 |
[android] image 갤러리(Gallery) intent 오픈 (0) | 2017.01.12 |
[android] Intent 화면전환 animation 효과 삭제 (0) | 2016.12.30 |
[android] webview 창 띄우기 (0) | 2016.12.14 |