Page 629 - 3-3
P. 629
app:srcCompat="@drawable/select_btn12"
app:scale_height="28"
app:scale_left="27"
app:scale_textsize="5"
app:scale_top="85"
app:scale_width="55"
android:background="#FFFFFF"/> //IP 설정 버튼
<ImageButton
android:id="@+id/btn_next"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/select_btn13"
app:scale_height="28"
app:scale_left="27"
app:scale_textsize="5"
app:scale_top="50"
app:scale_width="55"
android:background="#FFFFFF"/> // 다음 화면으로 전환 버튼
<ImageButton
android:id="@+id/btn_end"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/select_btn14"
app:scale_height="28"
app:scale_left="27"
app:scale_textsize="5"
app:scale_top="120"
app:scale_width="55"
android:background="#FFFFFF"/> // 애플리케이션 종료 버튼
</com.ssomai.android.scalablelayout.ScalableLayout>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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="com.helloworld.smartschool.Office_menu"
android:background="#FFFFFF">
- 629 -