23 lines
No EOL
871 B
XML
23 lines
No EOL
871 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/player_album_art_frame"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@android:color/black">
|
|
|
|
<ImageView
|
|
android:id="@+id/player_image"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"
|
|
tools:ignore="ContentDescription,UnusedAttribute" />
|
|
|
|
<!--<ImageView-->
|
|
<!--android:id="@+id/player_image_background"-->
|
|
<!--android:layout_width="match_parent"-->
|
|
<!--android:layout_height="match_parent"-->
|
|
<!--android:scaleType="centerCrop"-->
|
|
<!--tools:ignore="ContentDescription,UnusedAttribute" />-->
|
|
|
|
</FrameLayout> |