Page 203 - 3-2
P. 203

android:paddingLeft="15dp"
                android:paddingRight="15dp"
                android:paddingTop="15dp"
                android:background="@drawable/background_2"
                tools:context="kr.icehs.intec.smart_elevator.Check_Call">


                <LinearLayout
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:orientation="vertical"
                    android:layout_centerVertical="true"
                    android:layout_centerHorizontal="true">


                    <!--  현재 층수 -->
                    <LinearLayout
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_centerInParent="true"
                        android:id="@+id/layout1"
                        android:paddingBottom="30dp"
                        android:layout_gravity="center"
                        >


                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:text=" 현재층수 : "
                            android:textSize="30dp"
                            android:id="@+id/text1"/>


                        <TextView
                            android:layout_width="wrap_content"
                            android:layout_height="wrap_content"
                            android:text=""
                            android:textSize="30dp"
                            android:id="@+id/current_floor"/>
                    </LinearLayout>


                    <!--  음성인식 버튼 -->
                    <ImageButton
                        android:id="@+id/mic_btn"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_below="@+id/layout1"
                        android:layout_centerHorizontal="true"


                                                         - 203 -
   198   199   200   201   202   203   204   205   206   207   208