작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
234
0
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
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:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp">
<ImageView
android:src="@drawable/bts_1"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_2"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_3"
android:layout_width="120dp"
android:layout_height="120dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_4"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_5"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_6"
android:layout_width="120dp"
android:layout_height="120dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_4"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_5"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/bts_6"
android:layout_width="120dp"
android:layout_height="120dp"/>
</LinearLayout>
</LinearLayout>