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
- layout
- Eclipse
- react
- 안드로이드
- Anro Coroutines
- ConstraintLayout
- ViewGroup
- java
- view
- android
- Git
- function scope
- block scope
- Anko SQLite
- permission
- cardview
- props
- ReactDOM
- component
- http
- RelativeLayout
- LinearLayout
- javascript
- .kt
- RecyclerView
- vim
- linux
- Kotlin
- Retrofit2
- intent
Archives
- Today
- Total
목록ConstraintLayout (1)
이것저것 다 개발
[Android] ConstraintLayout
ConstraintLayoutConstraintLayout은 View 또는 View Group 간의 상대적인 위치 지정을 하여 View를 배치하는 Layout 입니다. 위 화면은 instagram의 화면을 따라서 만든 화면입니다. 화면을 보시면 각 View간 화살표로 연결되어 있는것을 볼 수 있습니다. Android Studio에서 Drag & Drop으로activity_**.xml Design 탭에서 이런 화면을 간단하게 만들 수 있습니다.안드로이드 layout의 xml을 다루지 못하는 사람도 누구나 쉽게 Layout을 배치하고 만들 수 있습니다.Text 탭으로 넘어가게 되면 코드가 작성되있는 것을 볼 수 있습니다.각 View 객체를 이루고있는 4개의 선에는 끌어당길 수 있는 점 4개가 존재합니다.4개..
Android
2018. 6. 12. 01:08