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