summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorYura <yura@google.com>2014-01-08 11:24:34 +0000
committerYura <yura@google.com>2014-01-09 10:55:40 +0000
commitf0efa2fb4fa01139c30fce30c9c070446ab5c95a (patch)
tree1b2d3573b60506d73eb0191438fced60fc3377f0 /res/values/styles.xml
parent83b0da1aed13b20562039ea00d68791beb46a090 (diff)
downloadandroid_packages_apps_Trebuchet-f0efa2fb4fa01139c30fce30c9c070446ab5c95a.tar.gz
android_packages_apps_Trebuchet-f0efa2fb4fa01139c30fce30c9c070446ab5c95a.tar.bz2
android_packages_apps_Trebuchet-f0efa2fb4fa01139c30fce30c9c070446ab5c95a.zip
Moved paddingStart to -v17 folder.
This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: I84879257c4e463879fd6bfc322514d30c469ca30
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ed531f03a..c9834f8b5 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -155,4 +155,10 @@
</style>
<style name="CustomClingText">
</style>
+ <style name="PagedViewWidgetImageView">
+ <item name="android:paddingLeft">@dimen/app_widget_preview_padding_left</item>
+ </style>
+ <style name="SearchButton.WithPaddingStart">
+ <item name="android:paddingLeft">8dp</item>
+ </style>
</resources>