summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatias de Andrea <deandreamatias@gmail.com>2019-03-29 22:23:52 +0100
committerMatias de Andrea <deandreamatias@gmail.com>2019-03-29 22:23:52 +0100
commit007f92c291c280f7f58f17b8a849bdbd0d771608 (patch)
tree2f532c9238922102e9940b7ee1f422b0fc910c2d /app/src/main/res
parent9e2169548676e475a92604bb591119f33bc11155 (diff)
downloadAntennaPod-007f92c291c280f7f58f17b8a849bdbd0d771608.zip
Change the icons in interface #3040
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/videoplayer_activity.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/src/main/res/layout/videoplayer_activity.xml b/app/src/main/res/layout/videoplayer_activity.xml
index ebea0c618..4de46810e 100644
--- a/app/src/main/res/layout/videoplayer_activity.xml
+++ b/app/src/main/res/layout/videoplayer_activity.xml
@@ -33,27 +33,27 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
- android:background="@drawable/overlay_button_circle_background"
+ android:background="@drawable/md_transparent"
android:contentDescription="@string/rewind_label"
- android:src="@drawable/ic_av_rewind_80dp" />
+ android:src="@drawable/ic_av_fast_rewind_white_80dp" />
<ImageButton
android:id="@+id/butPlay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
- android:background="@drawable/overlay_button_circle_background"
+ android:background="@drawable/md_transparent"
android:contentDescription="@string/pause_label"
- android:src="@drawable/ic_av_pause_circle_outline_80dp" />
+ android:src="@drawable/ic_av_pause_white_80dp" />
<ImageButton
android:id="@+id/butFF"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"
- android:background="@drawable/overlay_button_circle_background"
+ android:background="@drawable/md_transparent"
android:contentDescription="@string/fast_forward_label"
- android:src="@drawable/ic_av_fast_forward_80dp" />
+ android:src="@drawable/ic_av_fast_forward_white_80dp" />
</LinearLayout>