summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar/res/layout/notification_builder_test.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2011-01-15 16:22:24 -0800
committerJoe Onorato <joeo@google.com>2011-01-15 16:22:24 -0800
commit80a44401a22344f7eabce6976372ab144ef22893 (patch)
treeb13a229ef7c79e0d98feeb337359f1d060ad0e79 /tests/StatusBar/res/layout/notification_builder_test.xml
parenta47aa87a19c733e28d9d2db1c4eb7f29d668db7b (diff)
downloadframeworks_base-80a44401a22344f7eabce6976372ab144ef22893.zip
frameworks_base-80a44401a22344f7eabce6976372ab144ef22893.tar.gz
frameworks_base-80a44401a22344f7eabce6976372ab144ef22893.tar.bz2
Need to update the largeIcon for notifications when we're reapplying the views.
Bug: 3298062 Change-Id: I6bb72c0b93e00a9de8cc2633ac07add0a572a20f
Diffstat (limited to 'tests/StatusBar/res/layout/notification_builder_test.xml')
-rw-r--r--tests/StatusBar/res/layout/notification_builder_test.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/StatusBar/res/layout/notification_builder_test.xml b/tests/StatusBar/res/layout/notification_builder_test.xml
index 1b27e97..3c37a73 100644
--- a/tests/StatusBar/res/layout/notification_builder_test.xml
+++ b/tests/StatusBar/res/layout/notification_builder_test.xml
@@ -238,7 +238,7 @@
/>
<RadioButton
android:id="@+id/when_midnight"
- style="@style/FieldContents.Disabled"
+ style="@style/FieldContents"
android:text="midnight"
/>
<RadioButton
@@ -604,6 +604,11 @@
style="@style/FieldContents"
android:text="pineapple"
/>
+ <RadioButton
+ android:id="@+id/large_icon_pineapple2"
+ style="@style/FieldContents"
+ android:text="pineapple2"
+ />
</RadioGroup>