Page 634 - 3-3
P. 634
app:scale_width="110" />
<Button
android:id="@+id/exit_2"
android:layout_width="136dp"
android:layout_height="wrap_content"
android:layout_below="@+id/login_layout"
android:background="@drawable/button_selector"
android:padding="3dp"
android:text=" 종료"
android:textColor="#000000"
android:textSize="17sp"
android:textStyle="bold"
app:scale_height="15"
app:scale_left="60"
app:scale_textsize="6"
app:scale_top="125"
app:scale_width="48" /> // 로그인 화면 나가기 버튼
</com.ssomai.android.scalablelayout.ScalableLayout>
</RelativeLayout>
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:sl="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/main2"
tools:context="com.helloworld.smartschool.Class_Main">
<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
sl:scale_base_width="1080"
sl:scale_base_height="1400">
<TextView
android:id="@+id/Main_text"
android:layout_width="wrap_content"
- 634 -