summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/mediaplayerinfo_activity.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-12 14:18:02 +0100
committerByteHamster <info@bytehamster.com>2020-02-12 18:43:53 +0100
commitf9e97e878eecd5f974264182fc5b08129390d138 (patch)
treef68bc081f7cfd371a8d2d42d99e6b73852447d2b /app/src/main/res/layout/mediaplayerinfo_activity.xml
parent25fbff6afd8bf103477a8be88c8bf114cadfb598 (diff)
downloadAntennaPod-f9e97e878eecd5f974264182fc5b08129390d138.zip
Replaced images with vector version
Diffstat (limited to 'app/src/main/res/layout/mediaplayerinfo_activity.xml')
-rw-r--r--app/src/main/res/layout/mediaplayerinfo_activity.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/src/main/res/layout/mediaplayerinfo_activity.xml b/app/src/main/res/layout/mediaplayerinfo_activity.xml
index 0f6101795..cd964971e 100644
--- a/app/src/main/res/layout/mediaplayerinfo_activity.xml
+++ b/app/src/main/res/layout/mediaplayerinfo_activity.xml
@@ -121,9 +121,9 @@
android:layout_centerHorizontal="true"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/pause_label"
- android:src="?attr/av_play"
+ app:srcCompat="?attr/av_play"
android:scaleType="fitCenter"
- tools:src="@drawable/ic_play_arrow_white_24dp"
+ tools:src="@drawable/ic_av_play_white_24dp"
tools:background="@android:color/holo_green_dark" />
<ImageButton
@@ -136,9 +136,9 @@
android:layout_marginStart="16dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/rewind_label"
- android:src="?attr/av_rew_big"
+ app:srcCompat="?attr/av_rewind"
android:scaleType="fitCenter"
- tools:src="@drawable/ic_fast_rewind_white_36dp"
+ tools:src="@drawable/ic_av_fast_rewind_white_48dp"
tools:background="@android:color/holo_blue_dark" />
<TextView
@@ -165,7 +165,7 @@
android:layout_toStartOf="@id/butRev"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/set_playback_speed_label"
- android:src="?attr/av_speed"
+ app:srcCompat="?attr/av_speed"
android:scaleType="fitCenter"
tools:src="@drawable/ic_playback_speed_white_48dp"
tools:visibility="gone"
@@ -212,9 +212,9 @@
android:layout_marginEnd="16dp"
android:background="?attr/selectableItemBackground"
android:contentDescription="@string/fast_forward_label"
- android:src="?attr/av_ff_big"
+ app:srcCompat="?attr/av_fast_forward"
android:scaleType="fitCenter"
- tools:src="@drawable/ic_fast_forward_white_36dp"
+ tools:src="@drawable/ic_av_fast_forward_white_48dp"
tools:background="@android:color/holo_blue_dark" />
<TextView
@@ -241,9 +241,9 @@
android:layout_toEndOf="@id/butFF"
android:background="?attr/selectableItemBackground"
android:scaleType="fitCenter"
- android:src="?attr/av_skip_big"
+ app:srcCompat="?attr/av_skip"
android:contentDescription="@string/skip_episode_label"
- tools:src="@drawable/ic_skip_white_36dp"
+ tools:src="@drawable/ic_av_skip_white_48dp"
tools:background="@android:color/holo_green_dark" />
</RelativeLayout>