728x90
반응형
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_marginTop="20dp"
android:layout_marginLeft="50dp"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_marginRight="100dp"
android:layout_marginBottom="200dp"
android:background="#00BCD4"
android:text="안녕하세요"
/>
<TextView
android:layout_marginTop="20dp"
android:layout_marginLeft="50dp"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_marginRight="100dp"
android:layout_marginBottom="200dp"
android:background="#FF5722"
android:text="안녕하세요"
/>
<TextView
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_margin="20dp"
android:background="#FFEB3B"
/>
</LinearLayout>
728x90
반응형
'모바일 > Android View & Layout' 카테고리의 다른 글
[Android] LinearLayout, ScrollView, ImageView, FrameLayout을 이용한 유튜브 유사 화면 실습 (0) | 2021.04.22 |
---|---|
[Android] 컴포넌트를 겹쳐서 배치할 수 있는 FrameLayout, RelativeLayout (0) | 2021.04.19 |
[Android] RelativeLayout 실습 (0) | 2021.04.18 |
[Android] RelativeLayout (Component 기준) (0) | 2021.04.18 |
[Android] RelativeLayout (부모 기준) (0) | 2021.04.18 |
댓글