mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-03 02:41:40 +00:00
Graphic restyling of the interface
This commit is contained in:
parent
f6e01b8cd7
commit
1ffe52b8a0
27 changed files with 352 additions and 421 deletions
|
|
@ -33,8 +33,11 @@
|
|||
android:layout_marginRight="16dp"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="2"
|
||||
android:textColor="@color/gradientTitleColor"
|
||||
android:textSize="20sp" />
|
||||
|
||||
android:fontFamily="@font/inter"
|
||||
android:textSize="20sp"
|
||||
android:textFontWeight="400"
|
||||
android:textColor="@color/gradientTitleColor"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/album_discover_song_label"
|
||||
|
|
@ -46,8 +49,11 @@
|
|||
android:drawablePadding="10dp"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:textColor="@color/gradientSubtitleColor"
|
||||
android:textSize="14sp" />
|
||||
|
||||
android:fontFamily="@font/inter"
|
||||
android:textSize="14sp"
|
||||
android:textFontWeight="400"
|
||||
android:textColor="@color/gradientSubtitleColor"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
Loading…
Add table
Add a link
Reference in a new issue