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