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