Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da8261cc authored by Jon Miranda's avatar Jon Miranda
Browse files

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
parent 70cbd2cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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