blob: b6e4c5ef6ad2eb56481f1db625cb187c0bb7e600 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#66ff0000"
tools:context="com.example.projection.ProjectionActivity"
tools:ignore="MergeRootFrame">
<TextView
android:layout_width="match_parent"
android:layout_height="100dp"
android:textSize="50sp"
android:text="TextView"/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="100dp"
android:clipChildren="false">
<view class="com.android.test.hwui.ProjectionActivity$ProjectedView"
android:id="@+id/projection"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textSize="50sp"
android:text="TextView"/>
</FrameLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="100dp"
android:textSize="50sp"
android:text="TextView"/>
</LinearLayout>