Page 58 - 3-2
P. 58

android:textSize="30dp" />


                    <Space
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_weight="1" />


                    <Button
                        android:id="@+id/button3"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="NFC  설정"
                        android:layout_weight="0.18"
                        android:textSize="25dp"
                        android:background="#FC961E"
                        android:textColor="#FFFFFF"
                        android:onClick="onbtnNFCsetClicked"/>


                </LinearLayout>


                <Space
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_weight="0.94" />


                <ImageView
                    android:layout_width="83dp"
                    android:layout_height="51dp"
                    android:src="@drawable/e"/>


                <TextView
                    android:id="@+id/textView"
                    android:textColor="#5D5D5D"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:text="version  1.0.0 v"
                    android:textSize="20dp" />
            </LinearLayout>
            ****************************activity_main_tag*************************<?xml         version="1.0"
            encoding="utf-8"?>
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:orientation="vertical"
                android:background="#FFFFFF">


                                                         - 58 -
   53   54   55   56   57   58   59   60   61   62   63