Merge "Add hyphenation to customize button text." into tm-dev
diff --git a/res/layout/dream_preference_layout.xml b/res/layout/dream_preference_layout.xml
index 894ac32..dc52328 100644
--- a/res/layout/dream_preference_layout.xml
+++ b/res/layout/dream_preference_layout.xml
@@ -59,6 +59,7 @@
android:layout_height="wrap_content"
android:visibility="gone"
android:text="@string/customize_button_title"
+ android:hyphenationFrequency="full"
app:layout_constraintTop_toTopOf="@+id/preview"
app:layout_constraintBottom_toBottomOf="@+id/preview"
app:layout_constraintStart_toStartOf="@+id/preview"