summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2017-08-13 19:43:35 +0200
committerByteHamster <info@bytehamster.com>2017-10-14 19:21:02 +0200
commit529d6502acf3c4c2adf86658e71579293b2cdd82 (patch)
treee3b992aff3f4206d9b3958c8240b3641010e87b2
parent616fb5eda92596164b87813b695a7a574a9fd643 (diff)
downloadAntennaPod-529d6502acf3c4c2adf86658e71579293b2cdd82.zip
Fixed height on 4.4
-rw-r--r--app/src/main/res/layout/new_episodes_listitem.xml3
-rw-r--r--app/src/main/res/layout/queue_listitem.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/new_episodes_listitem.xml b/app/src/main/res/layout/new_episodes_listitem.xml
index b069d90ba..d533ee642 100644
--- a/app/src/main/res/layout/new_episodes_listitem.xml
+++ b/app/src/main/res/layout/new_episodes_listitem.xml
@@ -121,11 +121,10 @@
<ProgressBar
android:id="@+id/pbar_progress"
- style="?android:attr/progressBarStyleHorizontal"
+ style="?attr/progressBarTheme"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_below="@id/txtvDuration"
- android:layout_marginTop="-2dp"
android:max="100" />
</RelativeLayout>
diff --git a/app/src/main/res/layout/queue_listitem.xml b/app/src/main/res/layout/queue_listitem.xml
index d519e044e..7d18b386d 100644
--- a/app/src/main/res/layout/queue_listitem.xml
+++ b/app/src/main/res/layout/queue_listitem.xml
@@ -122,7 +122,7 @@
<ProgressBar
android:id="@+id/progressBar"
- style="?android:attr/progressBarStyleHorizontal"
+ style="?attr/progressBarTheme"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_below="@id/txtvProgressLeft"