diff options
Diffstat (limited to 'res/layout/gpodnet_podcast_listitem.xml')
-rw-r--r-- | res/layout/gpodnet_podcast_listitem.xml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/res/layout/gpodnet_podcast_listitem.xml b/res/layout/gpodnet_podcast_listitem.xml deleted file mode 100644 index 1f6cdd1d0..000000000 --- a/res/layout/gpodnet_podcast_listitem.xml +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="match_parent" - android:layout_height="match_parent"> - <ImageView - android:id="@+id/imgvCover" - android:contentDescription="@string/cover_label" - android:layout_width="@dimen/thumbnail_length_itemlist" - android:layout_height="@dimen/thumbnail_length_itemlist" - android:layout_alignParentLeft="true" - android:layout_centerVertical="true" - android:layout_marginRight="4dip" - android:adjustViewBounds="true" - android:cropToPadding="true" - android:scaleType="fitXY" /> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="@dimen/thumbnail_length_itemlist" - android:layout_centerVertical="true" - android:layout_toRightOf="@id/imgvCover" - android:layout_marginRight="8dp" - android:orientation="vertical" > - - <TextView - android:id="@+id/txtvTitle" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:ellipsize="end" - android:maxLines="1" - android:textColor="?android:attr/textColorPrimary" - android:textSize="@dimen/text_size_small" /> - - <TextView - android:id="@+id/txtvDescription" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:maxLines="2" - android:ellipsize="end" - android:textColor="?android:attr/textColorTertiary" - android:textSize="@dimen/text_size_micro" /> - - </LinearLayout> -</RelativeLayout>
\ No newline at end of file |