summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-01-12 17:03:11 -0800
committerJoe Onorato <joeo@google.com>2011-01-12 17:06:14 -0800
commitc9596d6d8e9154b5f87c8e887bfabf7546b68af5 (patch)
tree214ed2032c7ea965f535a6280b7ac578a72a8102 /tests/StatusBar
parentd7cbe592dd210069a4186e39bad1a95f6884d34b (diff)
downloadframeworks_base-c9596d6d8e9154b5f87c8e887bfabf7546b68af5.zip
frameworks_base-c9596d6d8e9154b5f87c8e887bfabf7546b68af5.tar.gz
frameworks_base-c9596d6d8e9154b5f87c8e887bfabf7546b68af5.tar.bz2
Possibly fix bad notification updates.
I think what was happening is that it was using a different layout but we were trying to reapply the RemoveViews because of some bad boolean logic. This fixes that, and adds some better debugging that might show us what else is happening. Bug: 3298062 Change-Id: I0984f24cb2960166c79b9f2cc7c6a98bd75e17ba
Diffstat (limited to 'tests/StatusBar')
-rw-r--r--tests/StatusBar/res/layout/notification_builder_test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/StatusBar/res/layout/notification_builder_test.xml b/tests/StatusBar/res/layout/notification_builder_test.xml
index 58c4fbb..1b27e97 100644
--- a/tests/StatusBar/res/layout/notification_builder_test.xml
+++ b/tests/StatusBar/res/layout/notification_builder_test.xml
@@ -322,7 +322,7 @@
<RadioButton
android:id="@+id/title_short"
style="@style/FieldContents"
- android:text="cwshort"
+ android:text="short"
android:tag="Title"
/>
<RadioButton