From 5b52f725a69f2e5d2ebc751163d2ef71df8ad2d7 Mon Sep 17 00:00:00 2001 From: Yura Date: Tue, 7 Jan 2014 18:15:46 +0000 Subject: Removed paddingStart and paddingEnd when they are the same. 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: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9 --- res/layout/market_button.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/layout/market_button.xml') diff --git a/res/layout/market_button.xml b/res/layout/market_button.xml index 4a718c3d6..41e6ec7cc 100644 --- a/res/layout/market_button.xml +++ b/res/layout/market_button.xml @@ -18,8 +18,8 @@ style="@style/MarketButton" android:onClick="onClickAppMarketButton" android:gravity="center" - android:paddingStart="16dp" - android:paddingEnd="16dp" + android:paddingLeft="16dp" + android:paddingRight="16dp" android:background="@drawable/tab_widget_indicator_selector" android:contentDescription="@string/market" android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color" -- cgit v1.2.3