문제

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