0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 04:12:14 +02:00

Improve line height

This commit is contained in:
Christine Coenen 2022-11-17 16:12:44 +01:00
parent b6849be75a
commit f9d35b7b7c
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
app:layout_constraintStart_toEndOf="@id/logo"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintVertical_chainStyle="packed"
app:lineHeight="20sp"
tools:text="Very very long and complicated show title" />
<com.google.android.material.textview.MaterialTextView

View File

@ -143,6 +143,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/topic"
app:layout_constraintTop_toBottomOf="@id/topic"
app:lineHeight="20sp"
tools:text="Von grünem Rasen, Grüner Soße und braunen Buchsbäumen" />
<com.google.android.material.textview.MaterialTextView