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.xml7
1 files changed, 4 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 f084ccac1..2b5c90847 100644
--- a/app/src/main/res/layout/external_player_fragment.xml
+++ b/app/src/main/res/layout/external_player_fragment.xml
@@ -4,7 +4,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:visibility="gone">
+ android:visibility="gone"
+ android:background="?attr/colorPrimary">
<View
android:layout_width="match_parent"
@@ -20,7 +21,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:background="?attr/borderless_button">
+ android:background="?attr/selectableItemBackground">
<ImageView
android:id="@+id/imgvCover"
@@ -53,7 +54,7 @@
android:contentDescription="@string/pause_label"
android:layout_width="@dimen/external_player_height"
android:layout_height="@dimen/external_player_height"
- android:background="?attr/borderless_button"/>
+ android:background="?attr/selectableItemBackground"/>
</LinearLayout>
</LinearLayout> \ No newline at end of file