Page 837 - 3-3
P. 837

xmlns:tools="http://schemas.android.com/tools"
               xmlns:app="http://schemas.android.com/apk/res-auto"
               android:layout_width="match_parent"
               android:layout_height="match_parent"
               android:orientation="vertical"
               tools:context="com.helloworld.smartschool.Schedule"
               android:layout_margin="15dp"
               android:padding="10dp">
               <!--  화면 크기에 따라 비율 설정 ㅡㅡ             >
               <com.ssomai.android.scalablelayout.ScalableLayout
                   android:layout_width="match_parent"
                   android:layout_height="wrap_content"
                   app:scale_base_width="110"
                   app:scale_base_height="170"
                   android:layout_alignParentTop="true"
                   android:layout_alignParentStart="true">
                  <!--  시간표 리스트 ㅡㅡ        >
                   <ListView
                       android:id="@+id/listView"
                       android:layout_width="match_parent"
                       android:layout_height="0dp"
                       android:layout_margin="5dp"
                       android:layout_weight="6"
                       app:scale_height="165"
                       app:scale_left="-1"
                       app:scale_top="5"
                       app:scale_width="110"/>
               </com.ssomai.android.scalablelayout.ScalableLayout>
               </RelativeLayout>


                  <activity_web.xml> (  홈페이지 )


               <?xml version="1.0" encoding="utf-8"?>
               <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                   xmlns:tools="http://schemas.android.com/tools"
                   xmlns:app="http://schemas.android.com/apk/res-auto"
                   android:layout_width="match_parent"
                   android:layout_height="match_parent"
                   android:orientation="vertical"
                   tools:context="com.helloworld.smartschool.Web">
                   <!--  화면 크기에 따라 비율 설정 ㅡㅡ             >
                   <com.ssomai.android.scalablelayout.ScalableLayout
                       android:layout_width="match_parent"
                       android:layout_height="wrap_content"
                       app:scale_base_width="110"


                                                          - 837 -
   832   833   834   835   836   837   838   839   840   841   842