commit | 01233dd02e2a0613b931d14acd122ad7a3a715f5 | [log] [tgz] |
---|---|---|
author | Jonathan Miranda <jonmiranda@google.com> | Tue May 02 19:51:11 2017 +0000 |
committer | Jonathan Miranda <jonmiranda@google.com> | Tue May 02 19:51:11 2017 +0000 |
tree | 324ecb1bbf2e8abe3de1d360dc1e0bfb3014f1cc | |
parent | cbdfe0d0ea98de91bc00ad41a426c69b0da7c4e8 [diff] | |
parent | da8261cce3f210559d6e8278de28b1276139e39a [diff] |
Fix bug where system shortcuts text size is set to 0 in MW mode. am: da8261cce3 Change-Id: I8a58db7202d4dc8ab50829bfd1c79a0d3e95dbe6
diff --git a/res/layout/system_shortcut.xml b/res/layout/system_shortcut.xml index cd12025..26e7697 100644 --- a/res/layout/system_shortcut.xml +++ b/res/layout/system_shortcut.xml
@@ -31,6 +31,7 @@ android:paddingEnd="@dimen/popup_padding_end" android:textSize="14sp" android:fontFamily="sans-serif" + launcher:iconDisplay="shortcut_popup" launcher:layoutHorizontal="true" /> <View