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 |
Tags
- Linux
- git
- Eclipse
- JSON
- audio station버그
- setonkeylistener
- clp 325wk
- 장치 데이터 오류
- synology
- SetWindowTextW
- MFC
- 주석 숨김
- 이클립스 주석
- windows terminal
- linearlaout
- IntelliJ
- github
- formatting failed
- ds cloud
- 시놀로지 색인
- Wraith Spire
- quickconnect
- cloudstation
- cloud station
- java.net.bindexception
- urllib3
- SSL 인증서가 변경되었습니다
- truncated
- c++
- 라즈베리파이
Archives
- Today
- Total
목록linearlaout (1)
딸기스무디

RelativeLayout: parent 또는 다른뷰와의 상대적 위치로 화면 구성 위와 같이 layout를 구성하려면, linearlayout 3개를 설정하고 layout 속성을 설정해준다. id:linearlayout1은 buttonlayout보다 위에 있어야 하므로 android:layout_above="@+id/buttonlayout", id:linearlayout2은 buttonlayout보다 밑에 있어야 하므로 android:layout_below="@+id/buttonlayout" 수직으로 배치했으므로 android:orientation은 vertical로 설정하였다. RelativeLayout + LinearLayout /* contents */ /* contents */
android
2020. 9. 15. 08:48