Typography cleanup

This commit is contained in:
CappielloAntonio 2022-01-13 10:38:46 +01:00
parent 73e6b2e4cb
commit 5e25e5441b
48 changed files with 259 additions and 354 deletions

View file

@ -4,9 +4,9 @@
<TextView
android:id="@+id/now_playing_song_lyrics_text_view"
style="@style/LyricsTextView"
style="@style/BodyLarge"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="24dp"
android:paddingEnd="24dp"/>
android:paddingEnd="24dp" />
</androidx.core.widget.NestedScrollView>