summaryrefslogtreecommitdiffstats
path: root/res/layout-large/all_apps_tabbed.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-large/all_apps_tabbed.xml')
-rw-r--r--res/layout-large/all_apps_tabbed.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout-large/all_apps_tabbed.xml b/res/layout-large/all_apps_tabbed.xml
index 1a20440e8..41940690c 100644
--- a/res/layout-large/all_apps_tabbed.xml
+++ b/res/layout-large/all_apps_tabbed.xml
@@ -55,6 +55,7 @@
android:focusable="true" />
<TextView
android:id="@+id/market_button"
+ android:onClick="onClickAppMarketButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
@@ -68,7 +69,8 @@
android:shadowDy="0.0"
android:shadowRadius="2.0"
android:background="@drawable/focusable_view_bg"
- android:focusable="true" />
+ android:focusable="true"
+ android:clickable="true" />
</FrameLayout>
<com.android.launcher2.DeleteZone
android:id="@+id/all_apps_delete_zone"