blob: 1595502f6db9a4e69f6ee2c9281744a5834a4f09 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 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:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<CheckBox android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="None"
android:checked="true"
android:id="@+id/layersNoneCB"/>
<CheckBox android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hardware"
android:id="@+id/layersHwCB"/>
<CheckBox android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Software"
android:id="@+id/layersSwCB"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1"
android:id="@+id/button1"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="2"
android:id="@+id/button2"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="3"
android:id="@+id/button3"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1a"
android:id="@+id/button1a"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="2a"
android:id="@+id/button2a"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="3a"
android:id="@+id/button3a"/>
</LinearLayout>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1b"
android:id="@+id/button1b"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="2b"
android:id="@+id/button2b"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="3b"
android:id="@+id/button3b"/>
</LinearLayout>
<view class="com.android.test.hwui.TransformsAndAnimationsActivity$MyLayout"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="4"
android:id="@+id/button4"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="5"
android:id="@+id/button5"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="6"
android:id="@+id/button6"/>
</view>
<LinearLayout android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="7"
android:id="@+id/button7"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="8"
android:id="@+id/button8"/>
</LinearLayout>
</LinearLayout>