blob: 2bc397d0844358beec0e73aee92ac145b6fd9fe8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/test_2_detail_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:text="@string/test2_description" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:orientation="horizontal" >
<Button
android:id="@+id/test2button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/button1"
android:text="@string/button1" />
<Button
android:id="@+id/test2button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/button2"
android:text="@string/button2" />
<Button
android:id="@+id/test2button3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/button3"
android:text="@string/button3" />
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:text="@string/test2_description_2" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:orientation="horizontal" >
<Button
android:id="@+id/test2dynaButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/buttonBefore"
android:text="@string/buttonBefore" />
</LinearLayout>
</LinearLayout>