Page 254 - 3-3
P. 254
sl:scale_left="720"/>
</com.ssomai.android.scalablelayout.ScalableLayout>
</LinearLayout>
<!-- 데이터베이스를 불러오기 위해 FrameLayout 사용-->
<FrameLayout
android:id="@+id/frag_container_"
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>
</LinearLayout>
라) activity_select_subject2.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.SelectSubject2">
<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
android:id="@+id/btn_R50"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="50m"
android:textColor="#FFFFFF"
- 254 -