From 036b45aa1c2dd83169931bb239ed09ddad4082b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C4=8Cerm=C3=A1k?= Date: Mon, 18 Oct 2021 20:32:48 +0100 Subject: [PATCH] Hyphenate options in home screen long-press menu Fix: 202237027 Test: make and visually verify the UI Change-Id: Ic319a8e3a957ee5011263bcc5f2e9c00fc6fcb86 (cherry picked from commit 962757e2817884a8dcb2b96ec872798046b3b261) --- res/layout/system_shortcut_content.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/system_shortcut_content.xml b/res/layout/system_shortcut_content.xml index 3ef0b949ad..e693dbd8eb 100644 --- a/res/layout/system_shortcut_content.xml +++ b/res/layout/system_shortcut_content.xml @@ -32,6 +32,7 @@ android:minLines="1" android:maxLines="2" android:ellipsize="end" + android:hyphenationFrequency="full" android:textColor="?android:attr/textColorPrimary" launcher:iconDisplay="shortcut_popup" launcher:layoutHorizontal="true" @@ -44,4 +45,4 @@ android:layout_marginStart="@dimen/system_shortcut_margin_start" android:layout_gravity="start|center_vertical" android:backgroundTint="?android:attr/textColorPrimary"/> - \ No newline at end of file +