Page 72 - 3-2
P. 72

</LinearLayout>
            *******************************MainActivity_tag***********************<?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"
                xmlns:tools="http://schemas.android.com/tools"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="#FFFFFF"


                android:gravity="center"
                android:orientation="vertical"
                tools:context="kr.icehs.intec.emart.MainActivity"
                android:weightSum="1">
                <ImageView
                    android:id="@+id/calling_icon"
                    android:layout_width="match_parent"
                    android:layout_height="91dp"
                    android:src="@mipmap/calling"
                    android:layout_weight="0.04" />


                <ImageView
                    android:id="@+id/mart_logo"
                    android:layout_width="wrap_content"
                    android:layout_height="91dp"
                    android:src="@drawable/emart"
                    android:layout_weight="0.04" />
                <Space
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="0.1"/>


                <TextView
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:text=" 도난 처치 방법"
                    android:textSize="30dp"
                    android:textColor="#5D5D5D"
                    android:gravity="center"/>
                <Space
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="0.05"/>




                                                         - 72 -
   67   68   69   70   71   72   73   74   75   76   77