Page 74 - 3-2
P. 74

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


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


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