Graphic restyling of the interface

This commit is contained in:
CappielloAntonio 2021-04-24 11:45:53 +02:00
parent f6e01b8cd7
commit 1ffe52b8a0
27 changed files with 352 additions and 421 deletions

View file

@ -27,9 +27,9 @@
android:layout_marginTop="10dp"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:textColor="@color/titleTextColor"
android:textSize="14sp"
android:textStyle="bold"
style="@style/ItemTitleTextView"
app:layout_constraintEnd_toStartOf="@+id/player_header_button"
app:layout_constraintStart_toEndOf="@+id/player_header_song_cover_image"
app:layout_constraintTop_toTopOf="parent" />
@ -41,8 +41,9 @@
android:fontFamily="@font/open_sans_font_family"
android:paddingStart="8dp"
android:paddingEnd="8dp"
android:textColor="@color/subtitleTextColor"
android:textSize="12sp"
style="@style/ItemSubtitleTextView"
app:layout_constraintEnd_toStartOf="@+id/player_header_button"
app:layout_constraintStart_toEndOf="@+id/player_header_song_cover_image"
app:layout_constraintTop_toBottomOf="@+id/player_header_song_title_label" />