mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 08:13:07 +00:00
Start of work for a structural modification of the player
This commit is contained in:
6
app/src/main/res/layout/inner_fragment_player_cover.xml
Normal file
6
app/src/main/res/layout/inner_fragment_player_cover.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<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"/>
|
||||
Reference in New Issue
Block a user