blob: be07e4477b4e4f9903f89e0c23af6d8c73613f8a [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:targetApi="honey<caret>"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</FrameLayout>