summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/audioplayer_fragment.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-25 16:09:39 +0100
committerByteHamster <info@bytehamster.com>2020-03-25 16:09:45 +0100
commita989db586a853852549c638d43c425a3463f901d (patch)
treec6f2a304e726ae9fa79ca5629b407204be4b2238 /app/src/main/res/layout/audioplayer_fragment.xml
parent982ce61b3fd2d27f70c6b595544e7dc51f68b752 (diff)
downloadAntennaPod-a989db586a853852549c638d43c425a3463f901d.zip
Implemented missing PlaybackController state handling
Diffstat (limited to 'app/src/main/res/layout/audioplayer_fragment.xml')
-rw-r--r--app/src/main/res/layout/audioplayer_fragment.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout/audioplayer_fragment.xml b/app/src/main/res/layout/audioplayer_fragment.xml
index 17352b93d..e1503334c 100644
--- a/app/src/main/res/layout/audioplayer_fragment.xml
+++ b/app/src/main/res/layout/audioplayer_fragment.xml
@@ -134,6 +134,15 @@
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"/>
+ <ProgressBar
+ style="?android:attr/progressBarStyle"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:id="@+id/progLoading"
+ android:visibility="gone"/>
+
<ImageButton
android:id="@+id/butRev"
android:layout_width="@dimen/audioplayer_playercontrols_length"