Add proper hyphenation break to badge name.

This commit is contained in:
Alex Hart
2022-05-26 14:24:56 -03:00
parent 32b4d11a82
commit a29bc1da8c
@@ -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>