summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-06-02 10:53:07 -0700
committerWinson Chung <winsonc@google.com>2011-06-02 11:00:52 -0700
commitd2e87b32dc8c09590dd1ae186e97d3260955a568 (patch)
tree4b2480ba8ccdbe2620e1daae440c89202889958e /res
parente934f87c6adc29c84ea96c608db4e4e5dd6b4046 (diff)
downloadandroid_packages_apps_Trebuchet-d2e87b32dc8c09590dd1ae186e97d3260955a568.tar.gz
android_packages_apps_Trebuchet-d2e87b32dc8c09590dd1ae186e97d3260955a568.tar.bz2
android_packages_apps_Trebuchet-d2e87b32dc8c09590dd1ae186e97d3260955a568.zip
Fixing regression in shop icon and widget pane.
Change-Id: I79a17581df2ba17c309626dde33c946855b2d55e
Diffstat (limited to 'res')
-rw-r--r--res/layout-large/all_apps_tabbed.xml4
-rw-r--r--res/layout/apps_customize_pane.xml4
2 files changed, 6 insertions, 2 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"
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index 7083bf855..604dff4f8 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -67,12 +67,14 @@
<TextView
style="@style/MarketButton"
android:id="@+id/market_button"
+ android:onClick="onClickAppMarketButton"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:background="@drawable/tab_widget_indicator_selector"
- android:focusable="true" />
+ android:focusable="true"
+ android:clickable="true" />
</FrameLayout>
</FrameLayout>
<FrameLayout