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