diff options
Diffstat (limited to 'tests/StatusBar/res/layout')
-rw-r--r-- | tests/StatusBar/res/layout/notification_builder_test.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/StatusBar/res/layout/notification_builder_test.xml b/tests/StatusBar/res/layout/notification_builder_test.xml index 6c384f7..94fc089 100644 --- a/tests/StatusBar/res/layout/notification_builder_test.xml +++ b/tests/StatusBar/res/layout/notification_builder_test.xml @@ -371,6 +371,12 @@ android:tag="Oh my goodness. SOMETHING HAPPENED!!!!" /> <RadioButton + android:id="@+id/text_emoji" + style="@style/FieldContents" + android:text="emoji" + android:tag="_ Cactus _ Cactus _" + /> + <RadioButton android:id="@+id/text_haiku" style="@style/FieldContents" android:text="haiku" @@ -572,6 +578,12 @@ android:tag="sholes final approach\nlanding gear punted to flan\nrunway foam glistens" /> <RadioButton + android:id="@+id/ticker_emoji" + style="@style/FieldContents" + android:text="emoji" + android:tag="_ Cactus _ Cactus _" + /> + <RadioButton android:id="@+id/ticker_custom" style="@style/FieldContents.Disabled" android:text="custom view" |