diff options
author | Daniel Sandler <dsandler@android.com> | 2012-10-19 13:36:58 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-10-19 13:38:11 -0400 |
commit | b9d36649ca458cb5326a144fd88e26b92efba728 (patch) | |
tree | 8a03fb8bb423e595e37dc1d747541dcba0dc8711 /tests/StatusBar/res/layout/notification_builder_test.xml | |
parent | a1f739ea83b6d770b8469ae1c2c4161f6fe96334 (diff) | |
download | frameworks_base-b9d36649ca458cb5326a144fd88e26b92efba728.zip frameworks_base-b9d36649ca458cb5326a144fd88e26b92efba728.tar.gz frameworks_base-b9d36649ca458cb5326a144fd88e26b92efba728.tar.bz2 |
Properly show emoji in the notification ticker.
Add an emoji test to StatusBarTest (working around some
difficulties in actually putting high-Unicode chars in the
layout xml).
Bug: 7378383
Change-Id: Ifce9844b26f67d2799521623e5161aa4dad69ed1
Diffstat (limited to 'tests/StatusBar/res/layout/notification_builder_test.xml')
-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" |