summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-04-22 12:41:56 +0200
committerMartin Fietz <Martin.Fietz@gmail.com>2016-04-22 12:41:56 +0200
commit7827b6646ffc5253c23f55103d193b55b635f0ff (patch)
tree0a5a71658428c8ca1ab50c6eead96de54e1404f7 /app/src/main/res
parent69fad87166e6ed194d61a2f42f42993c0ea8103a (diff)
downloadAntennaPod-7827b6646ffc5253c23f55103d193b55b635f0ff.zip
All Episodes/Favorites: Indicate played episodes
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/new_episodes_listitem.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/new_episodes_listitem.xml b/app/src/main/res/layout/new_episodes_listitem.xml
index 0f1e873f3..944711aec 100644
--- a/app/src/main/res/layout/new_episodes_listitem.xml
+++ b/app/src/main/res/layout/new_episodes_listitem.xml
@@ -8,6 +8,7 @@
android:layout_height="wrap_content">
<LinearLayout
+ android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="@dimen/listitem_threeline_height"
android:background="?attr/selectableItemBackground"