15 lines
440 B
XML
15 lines
440 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
|
|
a:layout_width="match_parent"
|
|
a:layout_height="match_parent"
|
|
a:orientation="vertical">
|
|
|
|
<include layout="@layout/ad"/>
|
|
|
|
<ListView
|
|
a:layout_width="match_parent"
|
|
a:layout_height="match_parent"
|
|
a:id="@android:id/list"/>
|
|
|
|
</LinearLayout> |