Page 252 - 3-3
P. 252
sl:scale_top="50"
sl:scale_left="390" />
<!-- 제어과 버튼-->
<Button
android:id="@+id/btn_je"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#79DDAD"
android:text=" 제어"
android:textColor="#FFFFFF"
android:textStyle="bold"
sl:scale_width="300"
sl:scale_height="150"
sl:scale_textsize="70"
sl:scale_top="50"
sl:scale_left="740" />
</com.ssomai.android.scalablelayout.ScalableLayout>
</LinearLayout>
다) activity_select_subject1.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:sl="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#FFFFFF"
tools:context="com.helloworld.smartschool.SelectSubject1">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<!-- 화면에 맞추기 위해 ScalableLayout 사용-->
<com.ssomai.android.scalablelayout.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
sl:scale_base_width="1080"
sl:scale_base_height="300">
<!--50m 달리기 선택 버튼-->
<Button
- 252 -