blob: 148c30164cbb0fa6c3e827c950774f4ce67394c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/podcasts_list"
android:layout_width="match_parent"
android:layout_height="match_parent">
</ListView>
|