I need to add text inbox in to android notification bar.I know that jelly bean support for expanding the android notification bar.http://developer.android.com/guide/topics/ui/notifiers/notifications.html

So anyone know is it possible to add text inbox in android notification bar.

Sajith

有帮助吗?

解决方案

Your question is not clear, but if you mean to ask,..... how to put out an alert like dialogue ....

First : create an XML layout with just a Textview width and height. =matchparent

Then in the manifest put this. "android:theme="@android:style/Theme.Dialog ""

Finally in your activity refer to this XML

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top