summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/external_player_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/external_player_fragment.xml')
-rw-r--r--app/src/main/res/layout/external_player_fragment.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/src/main/res/layout/external_player_fragment.xml b/app/src/main/res/layout/external_player_fragment.xml
index dc890807c..3e2efe47e 100644
--- a/app/src/main/res/layout/external_player_fragment.xml
+++ b/app/src/main/res/layout/external_player_fragment.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/fragmentLayout"
android:layout_width="match_parent"
android:layout_height="@dimen/external_player_height"
@@ -44,7 +44,9 @@
android:layout_centerVertical="true"
android:contentDescription="@string/pause_label"
android:background="?attr/selectableItemBackground"
- android:src="?attr/av_play_big"
+ app:srcCompat="?attr/av_play"
+ android:scaleType="fitCenter"
+ android:padding="8dp"
tools:src="@drawable/ic_play_arrow_white_36dp"/>
<TextView