summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar/res/layout/notification_builder_test.xml
diff options
context:
space:
mode:
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>