|
|
|
|
@ -27,12 +27,6 @@
|
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/chaxun"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
android:drawableTop="@mipmap/icon_home1"
|
|
|
|
|
android:text="轮胎信息" />
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/ruku"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
@ -64,44 +58,7 @@
|
|
|
|
|
<!--/>-->
|
|
|
|
|
</RadioGroup>
|
|
|
|
|
|
|
|
|
|
<RadioGroup
|
|
|
|
|
android:id="@+id/homePage_Second"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="120dp"
|
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/zhuangxie"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
android:drawableTop="@mipmap/icon_home4"
|
|
|
|
|
android:text="轮胎装车" />
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/huanwei"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
android:drawableTop="@mipmap/icon_home5"
|
|
|
|
|
android:text="轮胎卸车" />
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/in_new_system"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
|
|
|
|
|
android:drawableTop="@mipmap/icon_home9"
|
|
|
|
|
android:text="维护保养" />
|
|
|
|
|
<!-- <RadioButton-->
|
|
|
|
|
<!-- android:id="@+id/zhijian"-->
|
|
|
|
|
<!-- style="@style/TabRadioButton"-->
|
|
|
|
|
<!-- android:text="轮胎质检"-->
|
|
|
|
|
<!-- android:drawableTop="@mipmap/check"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
<!--<View-->
|
|
|
|
|
<!--style="@style/TabRadioButton" />-->
|
|
|
|
|
|
|
|
|
|
</RadioGroup>
|
|
|
|
|
|
|
|
|
|
<RadioGroup
|
|
|
|
|
android:id="@+id/homePage_Three"
|
|
|
|
|
@ -130,6 +87,12 @@
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/chaxun"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
android:drawableTop="@mipmap/icon_home1"
|
|
|
|
|
android:text="轮胎信息" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <RadioButton-->
|
|
|
|
|
<!-- android:id="@+id/test3"-->
|
|
|
|
|
@ -140,7 +103,46 @@
|
|
|
|
|
<!-- />-->
|
|
|
|
|
</RadioGroup>
|
|
|
|
|
|
|
|
|
|
<RadioGroup
|
|
|
|
|
android:id="@+id/homePage_Second"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="120dp"
|
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/zhuangxie"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
android:drawableTop="@mipmap/icon_home4"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:text="轮胎装车" />
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/huanwei"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
android:drawableTop="@mipmap/icon_home5"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:text="轮胎卸车" />
|
|
|
|
|
|
|
|
|
|
<RadioButton
|
|
|
|
|
android:id="@+id/in_new_system"
|
|
|
|
|
style="@style/TabRadioButton"
|
|
|
|
|
|
|
|
|
|
android:drawableTop="@mipmap/icon_home9"
|
|
|
|
|
android:text="维护保养" />
|
|
|
|
|
<!-- <RadioButton-->
|
|
|
|
|
<!-- android:id="@+id/zhijian"-->
|
|
|
|
|
<!-- style="@style/TabRadioButton"-->
|
|
|
|
|
<!-- android:text="轮胎质检"-->
|
|
|
|
|
<!-- android:drawableTop="@mipmap/check"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
<!--<View-->
|
|
|
|
|
<!--style="@style/TabRadioButton" />-->
|
|
|
|
|
|
|
|
|
|
</RadioGroup>
|
|
|
|
|
<!--<ImageView-->
|
|
|
|
|
<!--android:layout_alignParentBottom="true"-->
|
|
|
|
|
<!--android:layout_width="100dp"-->
|
|
|
|
|
|