| | |
| | | |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_marginBottom="10dp" |
| | | android:layout_height="60dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize25px" |
| | | android:text="离线地图:"/> |
| | | |
| | | |
| | | <Button android:layout_width="129dp" |
| | | android:layout_height="@dimen/ui_margin_50dp" |
| | | android:text="车辆模型升级" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:layout_marginLeft="60dp" |
| | | android:id="@+id/btn_car_mmpk" |
| | | android:visibility="gone" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | <Button android:layout_width="129dp" |
| | | android:layout_height="@dimen/ui_margin_50dp" |
| | | android:text="场地离线地图" |
| | | android:padding="5dp" |
| | | android:layout_marginLeft="60dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:id="@+id/btn_yard_mmpk" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | <Button android:layout_width="129dp" |
| | | android:layout_height="@dimen/ui_margin_50dp" |
| | | android:text="道路离线地图" |
| | | android:padding="5dp" |
| | | android:textColor="@android:color/white" |
| | | android:textSize="@dimen/network_train_textsize21px" |
| | | android:id="@+id/btn_road_mmpk" |
| | | android:layout_marginLeft="8dp" |
| | | android:background="@drawable/btn_bg_baseset"/> |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | <Button |
| | | android:id="@+id/btn_return" |
| | | android:layout_width="wrap_content" |