summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/new_episodes_listitem.xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2015-05-21 18:45:39 -0400
committerTom Hennen <tom.hennen@gmail.com>2015-05-21 18:45:39 -0400
commit7aafe23b6b7eaddffedeb3f5539a5cfeb0f3e2f8 (patch)
treeaeed04cf38391941d99f0dcec616030b7d0195b9 /app/src/main/res/layout/new_episodes_listitem.xml
parentba036e14990a6dd7e8a5076bdc20176532a4f417 (diff)
downloadAntennaPod-7aafe23b6b7eaddffedeb3f5539a5cfeb0f3e2f8.zip
restored alignment for progress bar in episode view. fixes AntennaPod/AntennaPod#822
Diffstat (limited to 'app/src/main/res/layout/new_episodes_listitem.xml')
-rw-r--r--app/src/main/res/layout/new_episodes_listitem.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/new_episodes_listitem.xml b/app/src/main/res/layout/new_episodes_listitem.xml
index b738cf836..bf0d54b7e 100644
--- a/app/src/main/res/layout/new_episodes_listitem.xml
+++ b/app/src/main/res/layout/new_episodes_listitem.xml
@@ -99,8 +99,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
- android:layout_toLeftOf="@id/txtvPublished"
- android:layout_toRightOf="@id/txtvDuration"
+ android:layout_alignParentLeft="true"
+ android:layout_toLeftOf="@id/imgvInPlaylist"
android:max="100" />
</RelativeLayout>