Enable hyphenation on notification profiles empty title.

fork-5.53.8
Sgn-32 2021-12-10 18:09:08 +01:00 zatwierdzone przez Cody Henthorne
rodzic 94078f8b91
commit 9569b6ab4a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@
android:gravity="center"
android:text="@string/NotificationProfilesFragment__notification_profiles"
android:textAppearance="@style/TextAppearance.Signal.Title1"
android:hyphenationFrequency="normal"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/notification_profiles_empty_icon" />