From f0efa2fb4fa01139c30fce30c9c070446ab5c95a Mon Sep 17 00:00:00 2001 From: Yura Date: Wed, 8 Jan 2014 11:24:34 +0000 Subject: [PATCH] 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 --- res/layout-port/search_bar.xml | 4 ++-- res/layout-sw720dp/search_bar.xml | 4 ++-- res/layout/apps_customize_widget.xml | 3 ++- res/values-v17/styles.xml | 9 +++++++++ res/values/styles.xml | 6 ++++++ 5 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 res/values-v17/styles.xml diff --git a/res/layout-port/search_bar.xml b/res/layout-port/search_bar.xml index 1c96ca380..e993f7847 100644 --- a/res/layout-port/search_bar.xml +++ b/res/layout-port/search_bar.xml @@ -22,7 +22,7 @@ android:background="@drawable/search_frame"> + + + + 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 @@ + + -- 2.11.0