blob: 23c532799c91b6ca82d440f652cd0863ca20b603 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2008 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.
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/screen"
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical">
<Button android:id="@+id/dialog_test_button_1"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button1"/>
<Button android:id="@+id/dialog_test_button_2"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button2"/>
<Button android:id="@+id/dialog_test_button_3"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button3"/>
<Button android:id="@+id/dialog_test_button_4"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button4"/>
<Button android:id="@+id/dialog_test_button_5"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button5"/>
<Button android:id="@+id/dialog_test_button_6"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button6"/>
<Button android:id="@+id/dialog_test_button_7"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button7"/>
<Button android:id="@+id/dialog_test_button_8"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button8"/>
<Button android:id="@+id/dialog_test_button_9"
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/dialog_stub_dialog_test_button9"/>
</LinearLayout>
</ScrollView>