summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-11-18 11:42:17 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-18 11:42:17 -0800
commit601cac2f3e2f3ce13d8e2e07dbe51945686044eb (patch)
tree66a58fc9b76a40b0514868da97ee8200757d4aed /res/layout
parentaa1e57286d5435fff0ad1de894cf9d3d730b5e59 (diff)
parent3f4e1423804d64a38cb69e4511d7b80783564827 (diff)
downloadandroid_packages_apps_Trebuchet-601cac2f3e2f3ce13d8e2e07dbe51945686044eb.tar.gz
android_packages_apps_Trebuchet-601cac2f3e2f3ce13d8e2e07dbe51945686044eb.tar.bz2
android_packages_apps_Trebuchet-601cac2f3e2f3ce13d8e2e07dbe51945686044eb.zip
Merge "Minor fixes to Launcher" into ics-mr1
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/market_button.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/market_button.xml b/res/layout/market_button.xml
index 2d840d731..5e1015631 100644
--- a/res/layout/market_button.xml
+++ b/res/layout/market_button.xml
@@ -19,13 +19,12 @@
style="@style/MarketButton"
android:onClick="onClickAppMarketButton"
android:gravity="center"
- android:paddingLeft="@dimen/toolbar_button_horizontal_padding"
- android:paddingRight="@dimen/toolbar_button_horizontal_padding"
+ android:paddingLeft="16dp"
+ android:paddingRight="16dp"
android:contentDescription="@string/market"
android:shadowColor="@color/workspace_all_apps_and_delete_zone_text_shadow_color"
android:shadowDx="0.0"
android:shadowDy="0.0"
android:shadowRadius="2.0"
- android:background="@drawable/tab_widget_indicator_selector"
android:focusable="true"
android:clickable="true" />