tempus/app/src/main/res/layout/fragment_player_cover.xml

6 lines
No EOL
270 B
XML

<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/now_playing_song_cover_image_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="24dp"
android:paddingEnd="24dp"/>