Page 818 - 3-3
P. 818

<activity_splash.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.SplashActivity"
                 android:background="#02BEC4">
                 <!--  화면 크기에 따라 비율 설정 ㅡㅡ             >
                 <com.ssomai.android.scalablelayout.ScalableLayout
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     app:scale_base_width="110"
                     app:scale_base_height="110"
                     android:layout_alignParentTop="true"
                     android:layout_alignParentBottom="true">
                     <!--  학교 이미지 ㅡㅡ       >
                     <ImageView
                         android:id="@+id/imageView3"
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content“
                         app:scale_height="20"
                         app:scale_left="-10"
                         app:scale_top="75"
                         app:scale_width="48"
                         app:srcCompat="@drawable/school_splash" />
                      <!--  스마트 스쿨 텍스트 ㅡㅡ         >
                     <TextView
                         android:id="@+id/textView3"
                         android:layout_width="fill_parent"
                         android:layout_height="wrap_content"
                         android:layout_weight="11.07"
                         android:gravity="center"
                         android:padding="10dp"
                         android:text=" 스마트 스쿨“
                         android:textColor="@color/white_greyish"
                         android:textSize="25sp"
                         android:textStyle="bold"
                         app:scale_height="60"
                         app:scale_left="25"
                         app:scale_textsize="10"
                         app:scale_top="55"
                         app:scale_width="70"


                                                        - 818 -
   813   814   815   816   817   818   819   820   821   822   823