demo3--xml

more.xml:android

<?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="horizontal"
    android:paddingLeft="25dp" android:paddingTop="25dp" android:paddingRight="25dp"
    android:paddingBottom="40dp"
    android:background="@drawable/menu_background" >
   
    <Gallery
        android:id="@+id/gallery_more"
     android:layout_width="0dp"  android:layout_height="match_parent"
  android:layout_weight="1"/>
    <LinearLayout
        android:layout_width="wrap_content" android:layout_height="match_parent"
        android:layout_marginTop="20dp"
        android:layout_marginLeft="20dp"
        android:orientation="vertical">
        <Button
            android:id="@+id/btn_browseOrder"
            android:layout_width="wrap_content" android:layout_height="wrap_content"
            android:background="@drawable/btn_browse_order"
            android:layout_marginBottom="10dp"/>
        <Button
            android:id="@+id/btn_change_table"
            android:layout_width="wrap_content" android:layout_height="wrap_content"
            android:background="@drawable/btn_change_table"
            android:layout_marginBottom="10dp"/>
        <Button
            android:id="@+id/btn_merge_table"
            android:layout_width="wrap_content" android:layout_height="wrap_content"
            android:background="@drawable/btn_merge_table"
            android:layout_marginBottom="10dp"/>
        <Button
            android:id="@+id/btn_option"
            android:layout_width="wrap_content" android:layout_height="wrap_content"
            android:background="@drawable/btn_option"
            android:layout_marginBottom="10dp"/>
    </LinearLayout>xml

</LinearLayout>utf-8

 

change_table.xml:get

<?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:background="@drawable/menu_background"
    android:gravity="center"
    android:orientation="vertical" >it

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" >io

        <TextView
            android:id="@+id/tv_tableA"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="#000000"
            android:textSize="18sp" />table

        <Spinner
            android:id="@+id/spnr_tableNumA"
            android:layout_width="200dp"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp" />
    </LinearLayout>coding

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="30dp" >layout

        <TextView
            android:id="@+id/tv_tableB"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:textColor="#000000"
            android:textSize="18sp" />margin

        <Spinner
            android:id="@+id/spnr_tableNumB"
            android:layout_width="200dp"
            android:layout_height="wrap_content"
            android:layout_marginLeft="10dp" />
    </LinearLayout>

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:orientation="horizontal" >

        <Button
            android:id="@+id/btn_tableChange"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_margin="10dp"
            android:background="@drawable/btn_ok" />

        <Button
            android:id="@+id/btn_back4table"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_margin="10dp"
            android:background="@drawable/btn_back" />
    </LinearLayout>

</LinearLayout>

相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息