티스토리 뷰
반응형
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
- Foldable Event
- Android Wear Os
- widget onupdate
- 풀배열 키보드
- 웨어러블
- widget 만들기
- 안드로이드 폴드 대응
- android widget 만들기
- 폰과 워치 페어링
- Android
- Fragment data
- 안드로이드 플립 대응
- flutter web
- wear os
- widget onreceive
- 갤럭시 워치
- 가중치랜덤
- 폴더블 이벤트 받기
- widget glide
- widget 이미지 로딩
- Dot indicator
- 맥 전용
- RandomColor
- 쏘렌토 하이브리드 시그니처
- 랜덤컬러
- 쏘렌토 하이브리드
- 역시 키크론이네
- aos img url bitmap
- 프래그먼트 데이터 저장
- 폴더블 상태 유지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함