summaryrefslogtreecommitdiffstats
path: root/res/values-v17/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-v17/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-v17/styles.xml')
-rw-r--r--res/values-v17/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values-v17/styles.xml b/res/values-v17/styles.xml
new file mode 100644
index 000000000..71c4bfa66
--- /dev/null
+++ b/res/values-v17/styles.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="PagedViewWidgetImageView">
+ <item name="android:paddingStart">@dimen/app_widget_preview_padding_left</item>
+ </style>
+ <style name="SearchButton.WithPaddingStart">
+ <item name="android:paddingStart">8dp</item>
+ </style>
+</resources>