summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/mediaplayerinfo_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/mediaplayerinfo_activity.xml')
-rw-r--r--app/src/main/res/layout/mediaplayerinfo_activity.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/app/src/main/res/layout/mediaplayerinfo_activity.xml b/app/src/main/res/layout/mediaplayerinfo_activity.xml
index 636cbb015..6f9aacd2f 100644
--- a/app/src/main/res/layout/mediaplayerinfo_activity.xml
+++ b/app/src/main/res/layout/mediaplayerinfo_activity.xml
@@ -26,16 +26,13 @@
android:minHeight="?attr/actionBarSize"
tools:background="@android:color/darker_gray"/>
- <com.viewpagerindicator.CirclePageIndicator
+ <de.danoeh.antennapod.view.PagerIndicatorView
android:id="@+id/page_indicator"
- android:layout_height="wrap_content"
- android:layout_width="match_parent"
+ android:layout_height="8dp"
+ android:layout_width="wrap_content"
android:layout_marginTop="-12dp"
android:layout_marginBottom="4dp"
- android:background="@android:color/transparent"
- app:fillColor="?android:attr/textColorSecondary"
- app:strokeColor="?android:attr/textColorSecondary"
- app:radius="4dp" />
+ android:background="@android:color/transparent"/>
</com.google.android.material.appbar.AppBarLayout>