From da8261cce3f210559d6e8278de28b1276139e39a Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Tue, 2 May 2017 12:49:33 -0700 Subject: Fix bug where system shortcuts text size is set to 0 in MW mode. By default, the BubbleTextView sets the display to Workspace mode, which sets the text size to be 0 in MW mode. Bug: 37898830 Change-Id: I665611b9986f1025d54b7ddb80746d4016003313 --- res/layout/system_shortcut.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/layout') diff --git a/res/layout/system_shortcut.xml b/res/layout/system_shortcut.xml index 113b1bed1..dae9b5e72 100644 --- a/res/layout/system_shortcut.xml +++ b/res/layout/system_shortcut.xml @@ -30,6 +30,7 @@ android:paddingEnd="@dimen/popup_padding_end" android:textSize="14sp" android:fontFamily="sans-serif" + launcher:iconDisplay="shortcut_popup" launcher:layoutHorizontal="true" />