commit | 038e833c5c9b6901451a6a948a0d6982459cd13d | [log] [tgz] |
---|---|---|
author | Petr Čermák <petrcermak@google.com> | Tue Oct 19 17:11:08 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 19 17:11:08 2021 +0000 |
tree | 2c3d4d521cc00873f426066712a58fe4c0be1b2a | |
parent | 5babdc5da9dff1c7c82641aecff9c73aa8ddfeba [diff] | |
parent | 036b45aa1c2dd83169931bb239ed09ddad4082b4 [diff] |
Hyphenate options in home screen long-press menu am: 036b45aa1c Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16079368 Change-Id: If8780169489e085dcf31e2d33752d1378abe12ae
diff --git a/res/layout/system_shortcut_content.xml b/res/layout/system_shortcut_content.xml index 3ef0b94..e693dbd 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"/> -</merge> \ No newline at end of file +</merge>