blob: 5b77cff853994bac92fca2aec02ad002dcbcd097 [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:list<caret>item="line_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</FrameLayout>