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

6 lines
270 B
XML
Raw Normal View History

<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"/>