summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-08-03 10:43:50 -0700
committerTony Wickham <twickham@google.com>2016-08-03 12:00:33 -0700
commit1f01b016ce29b498cfece4edf6418cd5050091aa (patch)
tree6a65574c8851c625674427c8ec4d610fe409fe5f /res
parente6fe1b59470b653f0275596cb8a211367dd61654 (diff)
downloadandroid_packages_apps_Trebuchet-1f01b016ce29b498cfece4edf6418cd5050091aa.tar.gz
android_packages_apps_Trebuchet-1f01b016ce29b498cfece4edf6418cd5050091aa.tar.bz2
android_packages_apps_Trebuchet-1f01b016ce29b498cfece4edf6418cd5050091aa.zip
Align shortcut text with view start.
Bug: 30401505 Change-Id: Iffaa0a01f2c2983a085d8c9d4be36fc063ae2004
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 267a2d315..f0297654b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -79,6 +79,7 @@
<style name="Icon.DeepShortcut">
<item name="android:gravity">start|center_vertical</item>
+ <item name="android:textAlignment">viewStart</item>
<item name="android:elevation">@dimen/deep_shortcuts_elevation</item>
<item name="android:paddingStart">@dimen/bg_pill_height</item>
<item name="android:paddingEnd">@dimen/deep_shortcut_padding_end</item>