Page 1026 - 3-2
P. 1026

tools:context="kr.icehs.intec.automaticvaluablesbox_0515.MainActivity">


                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:gravity="center_vertical"
                    android:orientation="vertical"
                    android:background="@drawable/main">


                    <ImageView
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1" />


                    <Button
                        android:id="@+id/imageButton1"
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:onClick="onClick_st"
                        android:background="#00ff0000"/>


                    <Button
                        android:id="@+id/imageButton2"
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:onClick="onClick_find"
                        android:background="#00ff0000"/>


                    <Button
                        android:id="@+id/Button1"
                        android:layout_width="match_parent"
                        android:layout_height="0dp"
                        android:layout_weight="1"
                        android:onClick="onClick_manager"
                        android:background="#00ff0000"/>


                </LinearLayout>
            </RelativeLayout>


            < activity_storage.xml >
            <?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"


                                                        - 1026 -
   1021   1022   1023   1024   1025   1026   1027   1028   1029   1030   1031