diff options
Diffstat (limited to 'res/layout/market_button.xml')
-rw-r--r-- | res/layout/market_button.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/market_button.xml b/res/layout/market_button.xml index 41e6ec7..461aec4 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:paddingLeft="16dp" - android:paddingRight="16dp" + android:paddingLeft="5dp" + android:paddingRight="5dp" android:background="@drawable/tab_widget_indicator_selector" android:contentDescription="@string/market" android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color" |