summaryrefslogtreecommitdiff
path: root/res/layout/default_feeditemlist_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/default_feeditemlist_item.xml')
-rw-r--r--res/layout/default_feeditemlist_item.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/default_feeditemlist_item.xml b/res/layout/default_feeditemlist_item.xml
index 28386a264..fdfcca217 100644
--- a/res/layout/default_feeditemlist_item.xml
+++ b/res/layout/default_feeditemlist_item.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="0dip"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="0dip"
android:layout_height="match_parent"
android:layout_weight="1"
android:paddingLeft="4dp" >
@@ -31,7 +32,8 @@
android:layout_width="@dimen/enc_icons_size"
android:layout_height="@dimen/enc_icons_size"
android:layout_below="@id/txtvPublished"
- android:padding="2dp" />
+ android:padding="2dp"
+ tools:ignore="ContentDescription"/>
<TextView
android:id="@+id/txtvLenSize"