summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2011-01-26 09:53:12 -0800
committerJaikumar Ganesh <jaikumar@google.com>2011-01-26 09:54:43 -0800
commitc313dd80229d7889c10983907d34c34af54e6089 (patch)
treed9e87673545c94b4f07d1a0adb282bcf22876abd /res/layout
parente1fb5654d9de951cf9780361632cdfa15eea6294 (diff)
downloadandroid_packages_apps_Bluetooth-c313dd80229d7889c10983907d34c34af54e6089.tar.gz
android_packages_apps_Bluetooth-c313dd80229d7889c10983907d34c34af54e6089.tar.bz2
android_packages_apps_Bluetooth-c313dd80229d7889c10983907d34c34af54e6089.zip
Cannot cancel files transfer shared using Bluetooth.
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: I1e293e2f6d16081b78c430dd61da35ad1a24f8bc
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/status_bar_ongoing_event_progress_bar.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/res/layout/status_bar_ongoing_event_progress_bar.xml b/res/layout/status_bar_ongoing_event_progress_bar.xml
index cfe44898f..794254d2b 100644
--- a/res/layout/status_bar_ongoing_event_progress_bar.xml
+++ b/res/layout/status_bar_ongoing_event_progress_bar.xml
@@ -12,14 +12,13 @@
android:layout_height="match_parent"
android:orientation="horizontal"
>
-
+
<LinearLayout
android:layout_width="40dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingTop="8dp"
android:focusable="true"
- android:clickable="true"
>
<ImageView
android:id="@+id/appIcon"
@@ -43,14 +42,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"
>