728x90
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#FF00FF"
android:text="text"
android:orientation="horizontal"
android:layout_gravity="center"
android:layout_weight="1"
android:paddingTop="16dp"
tools:context=".MainActivity"
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</RelativeLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
728x90
'개발 > Adroid' 카테고리의 다른 글
[android] 당겨서 새로고침 간단하게 구현하기 (0) | 2019.09.13 |
---|---|
[android] 다국어 지원 (0) | 2019.09.12 |
[android studio] 코드가 입력될 때 자동으로 import (0) | 2019.09.12 |
[android] 상태바 투명 처리 (0) | 2019.09.10 |
[android] 앱 아키텍처 가이드 (0) | 2019.09.01 |
댓글