Merge "Add hyphenation to customize button text." into tm-dev am: b31dbbb1cf

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17758405

Change-Id: I2516875810ba4edae05d1daad596b1933606aae9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Lucas Silva
2022-04-14 17:44:32 +00:00
committed by Automerger Merge Worker

View File

@@ -59,6 +59,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:visibility="gone" android:visibility="gone"
android:text="@string/customize_button_title" android:text="@string/customize_button_title"
android:hyphenationFrequency="full"
app:layout_constraintTop_toTopOf="@+id/preview" app:layout_constraintTop_toTopOf="@+id/preview"
app:layout_constraintBottom_toBottomOf="@+id/preview" app:layout_constraintBottom_toBottomOf="@+id/preview"
app:layout_constraintStart_toStartOf="@+id/preview" app:layout_constraintStart_toStartOf="@+id/preview"