Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment