mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Added a viewpager on the music playback screen to display the lyrics
This commit is contained in:
parent
84fc07efe7
commit
d8662820f7
15 changed files with 176 additions and 162 deletions
|
|
@ -114,6 +114,7 @@
|
|||
<string name="player_hide_lyrics_button">Hide</string>
|
||||
<string name="player_show_lyrics_button">Show</string>
|
||||
<string name="player_song_lyrics_label">Lyrics</string>
|
||||
<string name="player_song_lyrics_none_available_label">No lyrics available</string>
|
||||
<string name="playing_notification_description">The playing notification provides actions for play/pause etc.</string>
|
||||
<string name="playing_notification_name">Playing Notification</string>
|
||||
<string name="playlist_catalogue_title">Playlist Catalogue</string>
|
||||
|
|
|
|||
|
|
@ -129,6 +129,12 @@
|
|||
<item name="android:textColor">@color/titleTextColor</item>
|
||||
</style>
|
||||
|
||||
<style name="LyricsTextView" parent="InterFontFamily">
|
||||
<item name="android:textSize">24sp</item>
|
||||
<item name="android:textFontWeight">700</item>
|
||||
<item name="android:textColor">@color/titleTextColor</item>
|
||||
</style>
|
||||
|
||||
<!-- Font dei pulsanti vari presenti nell'applicazione -->
|
||||
<style name="MainButton" parent="Widget.MaterialComponents.Button.UnelevatedButton">
|
||||
<item name="android:fontFamily">@font/inter</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue