Add proper hyphenation break to badge name.
This commit is contained in:
parent
32b4d11a82
commit
a29bc1da8c
1 changed files with 2 additions and 1 deletions
|
@ -43,10 +43,11 @@
|
|||
android:lines="2"
|
||||
android:textAlignment="center"
|
||||
android:textAppearance="@style/Signal.Text.Caption"
|
||||
android:hyphenationFrequency="full"
|
||||
app:layout_constraintEnd_toEndOf="@id/badge"
|
||||
app:layout_constraintStart_toStartOf="@id/badge"
|
||||
app:layout_constraintTop_toBottomOf="@id/badge"
|
||||
app:layout_constraintWidth_max="64dp"
|
||||
tools:text="Signal Sustainer" />
|
||||
tools:text="Signal-Boost" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
Loading…
Add table
Reference in a new issue