blob: e5cc127d5613e84c909841ebf07791606b386003 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent" />
<ListView
tools:<caret>targetApi="honeycomb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</FrameLayout>