commit | 8f8a55817d6540395b15b241451077ee73ffd32d | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Oct 21 20:28:53 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 21 20:28:53 2021 +0000 |
tree | 0a44ad3a724c3366272af2971d08f16e5f155265 | |
parent | 9b884ee9b9304914e782ef500ca53f1bf885e3f4 [diff] | |
parent | a293a864a67918f1e581534cb481943f375f8b4d [diff] |
Merge "Fixing wrong text spacing bounds" into sc-v2-dev am: a293a864a6 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/16103164 Change-Id: I19e48f0ad06a9df3faa3994b69a225d6df04b9ae
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java index 7811047..35c257f 100644 --- a/src/com/android/launcher3/BubbleTextView.java +++ b/src/com/android/launcher3/BubbleTextView.java
@@ -90,7 +90,7 @@ private static final int DISPLAY_SEARCH_RESULT = 6; private static final int DISPLAY_SEARCH_RESULT_SMALL = 7; - private static final float MIN_LETTER_SPACING = -0.5f; + private static final float MIN_LETTER_SPACING = -0.05f; private static final int MAX_SEARCH_LOOP_COUNT = 20; private static final int[] STATE_PRESSED = new int[]{android.R.attr.state_pressed};