summaryrefslogtreecommitdiffstats
path: root/res/layout-sw720dp/market_button.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw720dp/market_button.xml')
-rw-r--r--res/layout-sw720dp/market_button.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-sw720dp/market_button.xml b/res/layout-sw720dp/market_button.xml
index 4ccecd92c..7eaeafac3 100644
--- a/res/layout-sw720dp/market_button.xml
+++ b/res/layout-sw720dp/market_button.xml
@@ -15,13 +15,13 @@
-->
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
style="@style/MarketButton"
android:onClick="onClickAppMarketButton"
android:gravity="center"
android:paddingLeft="32dp"
android:paddingRight="32dp"
android:drawablePadding="10dp"
+ android:background="@drawable/tab_widget_indicator_selector"
android:text="@string/market"
android:contentDescription="@string/market"
android:textColor="@color/workspace_all_apps_and_delete_zone_text_color"