반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 템플릿
- Classic ASP
- fso
- 여행
- xamarin.forms
- 로부스타
- 커피풍미
- 원두
- 커피블로그
- vbscript
- 자마린
- asp
- 함수
- 드립 커피
- Unity
- 제주도
- KO
- shared
- 프렌치프레스
- 아라비카
- xamarin
- 태그를 입력해 주세요.
- xamarin.android
- KnockoutJS
- 커피
- Android
- 커피역사
- NGUI
- 리베리카
- ServerVariables
Archives
- Today
- Total
목록LinearLayout (1)
개발人
LinearLayout
LinearLayout 은 하위 레이아웃 및 View, 엘리먼트들을 가로 혹은 세로 한 방향으로 정렬하기 위한 요소 입니다. 예제 하위 LinearLayout 들을 세로로 정렬하는 최상위 LinearLayout 이 있습니다. 그 하위 첫번째 LinearLayout 은 하위 View 를 가로로 정렬하고, 두번째 LinearLayout 은 하위 View를 세로로 정렬하고 있습니다. 결과결과 화면입니다.참조https://developer.xamarin.com/guides/android/user_interface/linear_layout/https://developer.xamarin.com/api/type/Android.Widget.LinearLayout/예제소스https://github.com/NJHouse/..
Xamarin/User Interface
2016. 7. 5. 17:33