summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-01-12 14:55:11 -0800
committerJoe Onorato <joeo@google.com>2011-01-12 14:55:11 -0800
commita7ead263890e2bab9794aadad610fc7fb00452bf (patch)
tree7845b2bb61d62bfea00902afa49867fd20d7c019 /res
parent597bbd96431ca1fb655a21285cfd5411a67bad16 (diff)
downloadandroid_packages_providers_DownloadProvider-a7ead263890e2bab9794aadad610fc7fb00452bf.tar.gz
android_packages_providers_DownloadProvider-a7ead263890e2bab9794aadad610fc7fb00452bf.tar.bz2
android_packages_providers_DownloadProvider-a7ead263890e2bab9794aadad610fc7fb00452bf.zip
If these views are clickable, the parent view doesn't get the events and you can't click on the notification.
Bug: 3173077 Change-Id: Iaa70a07c701160733d7f7283b5e4952dd3b064f7
Diffstat (limited to 'res')
-rw-r--r--res/layout/status_bar_ongoing_event_progress_bar.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/layout/status_bar_ongoing_event_progress_bar.xml b/res/layout/status_bar_ongoing_event_progress_bar.xml
index 2a4d7e6c..1d712db8 100644
--- a/res/layout/status_bar_ongoing_event_progress_bar.xml
+++ b/res/layout/status_bar_ongoing_event_progress_bar.xml
@@ -36,7 +36,6 @@
android:orientation="vertical"
android:paddingTop="8dp"
android:focusable="true"
- android:clickable="true"
>
<ImageView
android:id="@+id/appIcon"
@@ -59,14 +58,12 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:focusable="true"
- android:clickable="true"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:focusable="true"
- android:clickable="true"
android:layout_alignParentTop="true"
android:paddingTop="10dp"
>