AntennaPod/res/layout/feeditemlist_item.xml

18 lines
507 B
XML
Raw Normal View History

2012-04-12 15:26:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2012-04-12 20:51:59 +02:00
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
2012-04-12 15:26:41 +02:00
<TextView
android:id="@+id/txtvItemname"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
2012-04-12 20:51:59 +02:00
/>
<TextView
android:id="@+id/txtvItemsize"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/txtvItemname"
/>
2012-04-12 15:26:41 +02:00
</RelativeLayout>