summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJon Miranda <jonmiranda@google.com>2017-05-02 20:49:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-05-02 20:49:49 +0000
commit45cc90f0be4c87f0696e857313d9b2aaf34469ed (patch)
treecca5f470f09d4cbe6884ba0e8b0c2d8b27565138 /res/layout
parent41fae0a1a2ed9b554003cae53927fe342fdc6add (diff)
parentda8261cce3f210559d6e8278de28b1276139e39a (diff)
downloadandroid_packages_apps_Trebuchet-45cc90f0be4c87f0696e857313d9b2aaf34469ed.tar.gz
android_packages_apps_Trebuchet-45cc90f0be4c87f0696e857313d9b2aaf34469ed.tar.bz2
android_packages_apps_Trebuchet-45cc90f0be4c87f0696e857313d9b2aaf34469ed.zip
Fix bug where system shortcuts text size is set to 0 in MW mode.
am: da8261cce3 Change-Id: I1dfb3d6b655ebba8b8a9637a8e3a61fe7e0355e5
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/system_shortcut.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/system_shortcut.xml b/res/layout/system_shortcut.xml
index cd1202588..26e7697af 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