Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dd16d43 authored by Tetiana Meronyk's avatar Tetiana Meronyk
Browse files

Fix hyphenation in dialog_with_icon.xml

Bug: 322866826
Test: set display size and text to larger and check line breaks in add user flow
Change-Id: Ia06b65089799783c2c4aab98a32d0c678675d373
parent 8bf9e5e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,12 +35,14 @@
            android:id="@+id/dialog_with_icon_title"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hyphenationFrequency="fullFast"
            android:gravity="center"
            style="@style/DialogWithIconTitle"/>
        <TextView
            android:id="@+id/dialog_with_icon_message"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hyphenationFrequency="fullFast"
            android:gravity="center"
            style="@style/TextAppearanceSmall"/>