|
|
@ -508,47 +508,37 @@ |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:orientation="horizontal"> |
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<RadioGroup |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_gravity="center" |
|
|
android:orientation="horizontal"> |
|
|
android:layout_weight="1" |
|
|
|
|
|
android:gravity="left|center" |
|
|
|
|
|
android:paddingLeft="5dp" |
|
|
|
|
|
android:text="@string/ChangeLineDistance" |
|
|
|
|
|
android:textColor="@color/dark_ink_blue" |
|
|
|
|
|
android:textSize="15dp" |
|
|
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
|
|
|
|
<EditText |
|
|
<RadioButton |
|
|
android:id="@+id/knife_descent" |
|
|
android:id="@+id/facade_assignment" |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="163dp" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_weight="2" |
|
|
android:layout_gravity="center" |
|
|
android:background="@drawable/rounded_edittext" |
|
|
android:layout_weight="1" |
|
|
android:digits="0123456789" |
|
|
android:gravity="left|center" |
|
|
android:gravity="center" |
|
|
android:checked="true" |
|
|
android:hint="请输入0到30之间的数字" |
|
|
android:text="立面铣" |
|
|
android:imeOptions="actionDone" |
|
|
android:textColor="@color/blue_green" |
|
|
android:inputType="number" |
|
|
android:textSize="20dp" |
|
|
android:text="1" |
|
|
android:textStyle="bold" /> |
|
|
android:textColor="@color/blue_green" |
|
|
|
|
|
android:textCursorDrawable="@drawable/my_cursor" |
|
|
|
|
|
android:textSize="20dp" |
|
|
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
|
|
|
|
<EditText |
|
|
<RadioButton |
|
|
|
|
|
android:id="@+id/plane_assignment" |
|
|
|
|
|
android:layout_width="163dp" |
|
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
android:gravity="left|center" |
|
|
|
|
|
android:text="平面铣" |
|
|
|
|
|
android:textColor="@color/blue_green" |
|
|
|
|
|
android:textSize="20dp" |
|
|
|
|
|
android:textStyle="bold" /> |
|
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
</RadioGroup> |
|
|
android:layout_height="match_parent" |
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
android:background="@drawable/rounded_edittext" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:imeOptions="actionDone" |
|
|
|
|
|
android:text="mm" |
|
|
|
|
|
android:textColor="@color/dark_ink_blue" |
|
|
|
|
|
android:textCursorDrawable="@drawable/my_cursor" |
|
|
|
|
|
android:textSize="15dp" /> |
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|