fctom1215
2021-04-28 2dd6fa41c2391ae53569260e671402a900a7a143
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<TableLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="5dp"
 
    android:gravity="bottom">
 
    <TableRow android:layout_width="match_parent"
        android:layout_height="wrap_content">
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/simulate_light_night"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/side_by_side"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/over_take"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/school_area"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/bus_area"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/start_vehicle"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/junction_left"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/junction_right"/>
 
 
 
    </TableRow>
    <TableRow android:layout_width="match_parent"
        android:layout_height="wrap_content">
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/crosswalk"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/straight_line"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/pull_over"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/night_driving"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/turn_around"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/add_subtract"/>
        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/by_crossing"/>        <Button android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:text="@string/lane_change"/>
 
 
 
 
    </TableRow>
 
</TableLayout>