diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-04-22 12:41:56 +0200 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-04-22 12:41:56 +0200 |
commit | 7827b6646ffc5253c23f55103d193b55b635f0ff (patch) | |
tree | 0a5a71658428c8ca1ab50c6eead96de54e1404f7 /app/src/main/res | |
parent | 69fad87166e6ed194d61a2f42f42993c0ea8103a (diff) | |
download | AntennaPod-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.xml | 1 |
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" |