You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
2.0 KiB
XML
55 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/toolbar_yx" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.NoscrollViewPager
|
|
android:id="@+id/fl_centent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_margin="5dp"
|
|
android:layout_weight="9" />
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.AutoRadioGroup
|
|
android:id="@+id/rg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="45dp"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<RadioButton
|
|
android:id="@+id/rb1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/radiobutton"
|
|
android:button="@null"
|
|
android:checked="true"
|
|
android:gravity="center"
|
|
android:text="盘点信息"
|
|
android:textColor="#ffffff" />
|
|
|
|
<RadioButton
|
|
android:id="@+id/rb2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/radiobutton"
|
|
android:button="@null"
|
|
android:gravity="center"
|
|
android:text="库存盘点信息表"
|
|
android:textColor="#777777" />
|
|
</com.rehome.zhdcoa.weiget.AutoRadioGroup>
|
|
</LinearLayout>
|
|
</LinearLayout>
|