summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/videoplayer_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/videoplayer_activity.xml')
-rw-r--r--app/src/main/res/layout/videoplayer_activity.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/videoplayer_activity.xml b/app/src/main/res/layout/videoplayer_activity.xml
index fc902602c..f5a163849 100644
--- a/app/src/main/res/layout/videoplayer_activity.xml
+++ b/app/src/main/res/layout/videoplayer_activity.xml
@@ -39,7 +39,7 @@
android:layout_margin="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/rewind_label"
- app:srcCompat="@drawable/ic_av_fast_rewind_white_80dp" />
+ app:srcCompat="@drawable/ic_fast_rewind_video_white" />
<de.danoeh.antennapod.view.PlayButton
android:id="@+id/butPlay"
@@ -48,7 +48,7 @@
android:layout_margin="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/pause_label"
- app:srcCompat="@drawable/ic_av_pause_white_80dp" />
+ app:srcCompat="@drawable/ic_pause_video_white" />
<ImageButton
android:id="@+id/butFF"
@@ -57,7 +57,7 @@
android:layout_margin="8dp"
android:background="?attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/fast_forward_label"
- app:srcCompat="@drawable/ic_av_fast_forward_white_80dp" />
+ app:srcCompat="@drawable/ic_fast_forward_video_white" />
</LinearLayout>