| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:gravity="center" |
| | | |
| | | android:layout_height="100dp"> |
| | | android:paddingBottom="8dp" |
| | | android:gravity="center_vertical" |
| | | android:layout_height="50dp"> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:id="@+id/tv_signal_1" |
| | | android:textColor="@android:color/white" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:textAlignment="center" |
| | | android:gravity="center_vertical" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:gravity="center" |
| | | android:text="喇叭"/> |
| | | <EditText |
| | | android:layout_width="0dp" |
| | | android:textColor="@android:color/white" |
| | | android:layout_weight="1" |
| | | android:textColor="@android:color/white" |
| | | android:gravity="center" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:id="@+id/et_signal1_port" |
| | | android:background="@drawable/tv_des_bg" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:text="0"/> |
| | | <CheckBox |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:layout_gravity="center" |
| | | android:id="@+id/signal_check_1" |
| | | |
| | | android:layout_height="wrap_content" |
| | | android:checked="true"/> |
| | | <CheckBox |
| | | <safeluck.drive.evaluation.customview.MyCustomCheckbox |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:id="@+id/signal_check_2" |
| | | android:layout_height="wrap_content" |
| | | android:button="@null" |
| | | android:layout_gravity="center_vertical" |
| | | android:drawableStart="@drawable/ic_check" |
| | | android:id="@+id/signal_check_1" |
| | | android:layout_height="@dimen/ui_margin_30dp" |
| | | android:checked="true"/> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:gravity="center" |
| | | android:id="@+id/tv_signal_2" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:text="喇叭"/> |
| | | <EditText |
| | | android:layout_width="0dp" |
| | |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:background="@drawable/tv_des_bg" |
| | | android:id="@+id/et_signal2_port" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:text="0"/> |
| | | <CheckBox |
| | | android:layout_width="0dp" |
| | | <safeluck.drive.evaluation.customview.MyCustomCheckbox |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |
| | | android:button="@null" |
| | | android:drawableStart="@drawable/ic_check" |
| | | android:gravity="center" |
| | | android:id="@+id/signal_check_3" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="@dimen/ui_margin_30dp" |
| | | android:checked="true"/> |
| | | <CheckBox |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:id="@+id/signal_check_4" |
| | | android:layout_height="wrap_content" |
| | | android:checked="true"/> |
| | | |
| | | </LinearLayout> |