|
|
@ -53,6 +53,21 @@ |
|
|
android:textSize="30sp" |
|
|
android:textSize="30sp" |
|
|
android:text="手动作业" /> |
|
|
android:text="手动作业" /> |
|
|
|
|
|
|
|
|
|
|
|
<RadioButton |
|
|
|
|
|
android:id="@+id/rb_polishtwo2" |
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
android:background="@drawable/radiobutton_background" |
|
|
|
|
|
android:button="@null" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:layout_marginRight="10dp" |
|
|
|
|
|
android:padding="10dp" |
|
|
|
|
|
android:text="激光扫描" |
|
|
|
|
|
android:textColor="@drawable/radio_button_textcolor" |
|
|
|
|
|
android:textSize="30sp" |
|
|
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
|
android:id="@+id/rb_polishtwo" |
|
|
android:id="@+id/rb_polishtwo" |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
|