You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
201 lines
6.5 KiB
XML
201 lines
6.5 KiB
XML
![]()
2 years ago
|
<?xml version="1.0" encoding="utf-8"?><!--
|
||
|
~ Copyright (c) 2023. UnknownNetworkService Group
|
||
|
~ This file is created by UnknownObject at 2023 - 5 - 1
|
||
|
-->
|
||
|
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical"
|
||
|
tools:context=".gui.RaceTasks">
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_0"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务1" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_1"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务2" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_2"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务3" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_3"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务4" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_4"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务5" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_5"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务6" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_6"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务7" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_7"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务8" />
|
||
|
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_8"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务9" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_9"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务10" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_10"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务11" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_11"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务12" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
|
||
|
<LinearLayout
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="horizontal">
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_12"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="任务13" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_13"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="无效" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_14"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="无效" />
|
||
|
|
||
|
<Button
|
||
|
android:id="@+id/btn_task_15"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:layout_margin="2dp"
|
||
|
android:layout_weight="1"
|
||
|
android:insetTop="0dp"
|
||
|
android:insetBottom="0dp"
|
||
|
android:text="无效" />
|
||
|
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|