티스토리 뷰
반응형
SMALL
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="20dp"
android:textSize="20dp"
android:includeFontPadding="false"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
tools:text="가나다"/>
<TextView
android:id="@+id/tv_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginLeft="10dp"
android:includeFontPadding="false"
app:layout_constraintBottom_toBottomOf="@id/tv_1"
app:layout_constraintStart_toEndOf="@id/tv_1"
app:layout_constraintBaseline_toBaselineOf="@id/tv_1"
tools:text="가나다"/>
</androidx.constraintlayout.widget.ConstraintLayout>
app:layout_constraintBaseline_toBaselineOf="@id/tv_1"


반응형
LIST
'Android > Layout' 카테고리의 다른 글
| [ Layout #4 ] DarkTheme 적용하기. (0) | 2020.01.17 |
|---|
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- api key 관리
- github
- widget glide
- Android
- android widget 만들기
- widget 만들기
- local.properties
- wear os
- 테스트 앱 배포
- widget onupdate
- firebase distribution
- github secrets
- 맥 전용
- 오브제썬스틱
- aos img url bitmap
- 풀배열 키보드
- 안드로이드 폴드 대응
- 웨어러블
- widget 이미지 로딩
- 안드로이드 플립 대응
- 기름잡아주는
- github actions
- 테스트 배포
- flutter web
- 쏘렌토 하이브리드 시그니처
- 쏘렌토 하이브리드
- 갤럭시 워치
- 폴더블 상태 유지
- widget onreceive
- 폴더블 이벤트 받기
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함