Page 830 - 3-3
P. 830

android:id="@+id/view"
                         android:layout_width="fill_parent"
                         android:layout_height="1px"
                         android:background="@color/white_greyish"
                         app:scale_height="0.2"
                         app:scale_left="0"
                         app:scale_top="105"
                         app:scale_width="110"/>
                 </com.ssomai.android.scalablelayout.ScalableLayout>
             </RelativeLayout>


                <office_menu.xml> (  스마트 오피스 메뉴 )


             <?xml version="1.0" encoding="utf-8"?>
             <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 xmlns:app="http://schemas.android.com/apk/res-auto"
                 xmlns:tools="http://schemas.android.com/tools"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
                 tools:context="com.helloworld.smartschool.Office_menu"
                 android:background="#FFFFFF">
                 <!--  화면 크기에 따라 비율 설정 ㅡㅡ             >
                 <com.ssomai.android.scalablelayout.ScalableLayout
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     app:scale_base_width="110"
                     app:scale_base_height="100"
                     android:layout_alignParentTop="true"
                     android:layout_alignParentBottom="true"
                     android:splitMotionEvents="false">
                     <!--  선생님 사진 이미지 ㅡㅡ         >
                     <ImageView
                         android:id="@+id/imageView2"
                         android:layout_width="975dp"
                         android:layout_height="363dp"
                         app:scale_height="50"
                         app:scale_left="2"
                         app:scale_top="10"
                         app:scale_width="50"
                         app:srcCompat="@mipmap/ic_launcher"
                         tools:ignore="ContentDescription"
                         android:background="@drawable/jbts_background"/>
                     <!--  날짜 텍스트 ㅡㅡ      >
                     <TextView
                         android:id="@+id/day"


                                                        - 830 -
   825   826   827   828   829   830   831   832   833   834   835