blob: a29296c63e3b76bf881bf89bd022ce5701e00dea [file] [log] [blame]
Keun-young Parka6521cd2016-03-01 19:08:40 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
Roberto Perez795ec4a2018-12-07 15:21:01 -080016<LinearLayout
17 xmlns:android="http://schemas.android.com/apk/res/android"
18 android:orientation="vertical"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
21 android:gravity="center"
22 android:layout_marginTop="40dp"
23 android:layout_marginStart="40dp"
24 android:layout_marginEnd="40dp">
Keun-young Parka6521cd2016-03-01 19:08:40 -080025
26 <LinearLayout
Roberto Perez795ec4a2018-12-07 15:21:01 -080027 android:orientation="vertical"
28 android:layout_width="wrap_content"
29 android:layout_height="wrap_content">
Harry Slatyer1336b992018-03-15 13:40:28 +110030 <Button
Roberto Perez795ec4a2018-12-07 15:21:01 -080031 android:layout_width="match_parent"
32 android:layout_height="wrap_content"
33 android:layout_margin="10dp"
34 android:padding="20dp"
35 android:text="@string/cluster_start"
36 android:id="@+id/cluster_start_button"/>
Harry Slatyer1336b992018-03-15 13:40:28 +110037 <Button
Roberto Perez795ec4a2018-12-07 15:21:01 -080038 android:layout_width="match_parent"
39 android:layout_height="wrap_content"
40 android:layout_margin="10dp"
41 android:padding="20dp"
42 android:text="@string/cluster_start_guidance"
43 android:id="@+id/cluster_turn_left_button"/>
Harry Slatyer1336b992018-03-15 13:40:28 +110044 <Button
Roberto Perez795ec4a2018-12-07 15:21:01 -080045 android:layout_width="match_parent"
46 android:layout_height="wrap_content"
47 android:layout_margin="10dp"
48 android:padding="20dp"
49 android:text="@string/cluster_stop"
50 android:id="@+id/cluster_stop_button"/>
Keun-young Parka6521cd2016-03-01 19:08:40 -080051 </LinearLayout>
Harry Slatyer1336b992018-03-15 13:40:28 +110052</LinearLayout>