티스토리 뷰
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|center_vertical"
android:gravity="center_horizontal"
android:orientation="vertical">
android:layout_gravity="center_horizontal|center_vertical"
이거 한 줄 지워주면 끝
최종
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:fillViewport="true"
android:layout_weight="1"
android:fadingEdge="none"
android:scrollbars="none">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
'이 주의 공부 > Android' 카테고리의 다른 글
ArthurHub Cropper libarary 사용예제 (1) | 2016.07.06 |
---|---|
Viewpager indicator가 움직이지 않는 경우 (0) | 2015.09.14 |
Toast 모양 및 폰트를 균일하게 맞추는 법 (0) | 2015.09.14 |
ViewPager fade in/out animation 간단히 적용하기 (0) | 2015.09.12 |
예쁜 Android UI 소개 (0) | 2015.09.11 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- UITextView
- 개발일지
- CMD
- 공부는아니고
- 인텔리제이
- MFC
- 아개똑똑해
- 몽총이
- objective-c
- xcode
- Swing
- VS개새끼
- GUI Designer
- OOT
- 에러 해결
- 실전Git
- Git
- IntellJ
- ios
- uncaught exception
- 꿀팁
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함