Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top