mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-21 17:24:38 +01:00
Add proper hyphenation break to badge name.
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user