| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:gravity="center" |
| | | android:layout_height="60dp"> |
| | | |
| | | android:layout_height="100dp"> |
| | | <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: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:gravity="center" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/et_signal1_port" |
| | | android:background="@android:drawable/editbox_background_normal" |
| | | 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:gravity="center" |
| | | android:layout_gravity="center" |
| | | android:id="@+id/signal_check_1" |
| | | |
| | | android:layout_height="wrap_content" |
| | | android:checked="true"/> |
| | | <CheckBox |
| | |
| | | android:id="@+id/signal_check_2" |
| | | android:layout_height="wrap_content" |
| | | android:checked="true"/> |
| | | <View |
| | | android:layout_width="1px" |
| | | android:layout_height="wrap_content" |
| | | android:background="@color/colorAccent"/> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:gravity="center" |
| | | android:id="@+id/tv_signal_2" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:background="@android:drawable/editbox_background_normal" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:background="@drawable/tv_des_bg" |
| | | android:id="@+id/et_signal2_port" |
| | | android:layout_height="wrap_content" |
| | | android:text="0"/> |