<?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>
|