commit | 4b7f38b8fa004b514244304fcc07ff514a2fa46b | [log] [tgz] |
---|---|---|
author | Samuel Fufa <sfufa@google.com> | Tue Oct 06 18:37:46 2020 -0700 |
committer | Samuel Fufa <sfufa@google.com> | Wed Oct 07 10:31:06 2020 -0700 |
tree | 95e0d38feeec801d64642715296a87a208eec0e9 | |
parent | 73ae75474ec1dd8807d814ea6c22323905d2070c [diff] [blame] |
Align fallback result query with result text screenshot: https://screenshot.googleplex.com/6Daj5vdmz2jmznX bug: 169438169 test: Manual Change-Id: Ie621ed3c834aec5e9467607da4f685d05d152183
diff --git a/src/com/android/launcher3/BubbleTextView.java b/src/com/android/launcher3/BubbleTextView.java index 1e5a9e4..817d028 100644 --- a/src/com/android/launcher3/BubbleTextView.java +++ b/src/com/android/launcher3/BubbleTextView.java
@@ -627,7 +627,7 @@ /** * Sets the icon for this view based on the layout direction. */ - private void setIcon(Drawable icon) { + protected void setIcon(Drawable icon) { if (mIsIconVisible) { applyCompoundDrawables(icon); }