| | |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_rtk_reg" |
| | | android:text="@string/rtk_register_status" |
| | | android:layout_weight="1"/> |
| | | <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_rtk_connect" |
| | | android:text="@string/rtk_connect_status" |
| | | android:layout_weight="1"/> |
| | | <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_rtk_imei" |
| | | android:text="@string/rtk_config_imei" |
| | | android:layout_weight="1"/> |
| | | |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_rtk_login" |
| | | android:text="@string/rtk_config_login" |
| | | android:layout_weight="1"/> <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_rtk_model" |
| | | android:text="@string/rtk_config_model" |
| | | android:layout_weight="1"/> |
| | | <TextView |
| | | android:textColor="@android:color/black" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/tv_rtk_sn" |
| | | android:text="@string/rtk_config_sn" |
| | | android:layout_weight="1"/> |
| | | |
| | | </LinearLayout> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@color/colorAccent" |
| | | /> |
| | | <Button |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |