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
This commit is contained in:
Jon Miranda
2017-05-02 12:49:33 -07:00
parent 70cbd2cdb9
commit da8261cce3

View File

@@ -30,6 +30,7 @@
android:paddingEnd="@dimen/popup_padding_end"
android:textSize="14sp"
android:fontFamily="sans-serif"
launcher:iconDisplay="shortcut_popup"
launcher:layoutHorizontal="true" />
<View