RetroMusicPlayer/app/src/main/res/layout/fragment_album_full_cover.xml

15 lines
600 B
XML
Raw Normal View History

2018-07-27 18:37:33 +05:30
<?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:layout_width="match_parent"
android:layout_height="match_parent">
2019-09-09 19:08:49 +05:30
<androidx.appcompat.widget.AppCompatImageView
2018-07-27 18:37:33 +05:30
android:id="@+id/player_image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
2019-09-09 19:08:49 +05:30
tools:ignore="ContentDescription,UnusedAttribute"
tools:srcCompat="@tools:sample/backgrounds/scenic[7]" />
2018-07-27 18:37:33 +05:30
</FrameLayout>