Page 838 - 3-3
P. 838

app:scale_base_height="155"
                     android:layout_alignParentTop="true"
                     android:layout_alignParentStart="true">
                     <!-- Web 뷰 ㅡㅡ   >
                     <WebView
                         android:id="@+id/main_web_view"
                         android:layout_width="match_parent"
                         android:layout_height="match_parent"
                         app:scale_height="155"
                         app:scale_left="-1"
                         app:scale_top="0"
                         app:scale_width="110">
                     </WebView>
                 </com.ssomai.android.scalablelayout.ScalableLayout>
             </RelativeLayout>


                <item_list.xml> ( DB  내용1 )


             <?xml version="1.0" encoding="utf-8"?>
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 xmlns:app="http://schemas.android.com/apk/res-auto"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:orientation="horizontal"
                 android:layout_margin="15dp"
                 android:padding="10dp">
                 <!--  교시 텍스트 ㅡㅡ       >
                 <TextView
                     android:id="@+id/period"
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_weight="6"
                     android:layout_margin="5dp"
                     android:padding="5dp"
                     android:textColor="#000000"
                     android:textSize="11sp"
                     android:textStyle="bold"/>
                 <!--  월요일 텍스트 ㅡㅡ        >
                 <TextView
                     android:id="@+id/mon"
                     android:layout_width="0dp"
                     android:layout_height="wrap_content"
                     android:layout_weight="10"
                     android:layout_margin="5dp"
                     android:padding="5dp"


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