summaryrefslogtreecommitdiff
path: root/res/layout/default_feeditemlist_item.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-05-19 01:05:48 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-05-19 01:05:48 +0200
commit1ee50e81ae8a86bcf2348d956f23c84fbce21b14 (patch)
treefd934ea167aaf9ccee4c73186bcaa766f5715e05 /res/layout/default_feeditemlist_item.xml
parentfe7af4265d8ed83c2efc4da05c23420934814150 (diff)
downloadAntennaPod-1ee50e81ae8a86bcf2348d956f23c84fbce21b14.zip
Removed unused resources, reduced number of lint warnings
Diffstat (limited to 'res/layout/default_feeditemlist_item.xml')
-rw-r--r--res/layout/default_feeditemlist_item.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/res/layout/default_feeditemlist_item.xml b/res/layout/default_feeditemlist_item.xml
deleted file mode 100644
index fdfcca217..000000000
--- a/res/layout/default_feeditemlist_item.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="0dip"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:paddingLeft="4dp" >
-
- <TextView
- android:id="@+id/txtvItemname"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginTop="4dp"
- android:ellipsize="end"
- android:maxLines="2"
- android:textColor="?android:attr/textColorPrimary"
- android:textSize="@dimen/text_size_medium" />
-
- <TextView
- android:id="@+id/txtvPublished"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/txtvItemname"
- android:layout_marginBottom="4dp"
- android:textColor="?android:attr/textColorTertiary"
- android:textSize="@dimen/text_size_micro" />
-
- <ImageView
- android:id="@+id/imgvType"
- android:layout_width="@dimen/enc_icons_size"
- android:layout_height="@dimen/enc_icons_size"
- android:layout_below="@id/txtvPublished"
- android:padding="2dp"
- tools:ignore="ContentDescription"/>
-
- <TextView
- android:id="@+id/txtvLenSize"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_below="@id/txtvPublished"
- android:maxLines="2"
- android:textColor="?android:attr/textColorTertiary"
- android:textSize="@dimen/text_size_micro" />
-
-</RelativeLayout> \ No newline at end of file