Page 919 - 3-2
P. 919
android:layout_gravity="bottom"
android:orientation="horizontal">
<Button
android:id="@+id/buttonLR"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=" 안방"
android:textSize="30dp"
android:background="#FACD52"/>
<Space
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.3"/>
<Button
android:id="@+id/buttonMR"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=" 거실"
android:textSize="30dp"
android:background="#FACD52"/>
<Space
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="0.3"/>
<Button
android:id="@+id/buttonK"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=" 부엌"
android:textSize="30dp"
android:background="#FACD52"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- 919 -