Page 73 - 3-2
P. 73

<TextView
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:text="1. CCTV 를 확인하세요"
                    android:textColor="#5D5D5D"
                    android:textSize="30dp"
                    android:gravity="center"/>


                <TextView
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:text="2.  경찰과 대화를 나누세요"
                    android:textColor="#5D5D5D"
                    android:textSize="30dp"
                    android:gravity="center"/>
                <Space
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="0.15"/>


                <Button
                    android:id="@+id/btnreset"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text=" 초기화면으로"
                    android:background="#FC961E"
                    android:onClick="onbtn_reset"/>


            </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"


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