summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-04-17 19:02:30 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-04-19 19:25:49 -0700
commit4cea4c830283e017fc36197cfe9d7ce713aec49d (patch)
tree786e402b2d907cb468ade930ce7a9643ca6b742c /res/values/styles.xml
parent7af216ff04b7f0c3852119b476d8f692edfcaaa7 (diff)
downloadandroid_packages_apps_Trebuchet-4cea4c830283e017fc36197cfe9d7ce713aec49d.tar.gz
android_packages_apps_Trebuchet-4cea4c830283e017fc36197cfe9d7ce713aec49d.tar.bz2
android_packages_apps_Trebuchet-4cea4c830283e017fc36197cfe9d7ce713aec49d.zip
WidgetTray UI tweak
- set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 94efebc06..16d4cbeed 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -92,7 +92,7 @@
<!-- Overridden in device overlays -->
<style name="WidgetImageView">
- <item name="android:paddingLeft">@dimen/widget_preview_padding_left</item>
+ <item name="android:paddingLeft">@dimen/widget_preview_horizontal_padding</item>
</style>
</resources>