Niko
Niko

Reputation: 562

Is this an example of a AlertDialog or PopupWindow in Android?

http://img139.imageshack.us/img139/1203/devicei.png

I've seen this in a few apps, and i have expiremented with both PopupWindow, and AlertDialog and I was confused which this was.

Thanks

Upvotes: 1

Views: 1271

Answers (1)

JRL
JRL

Reputation: 78003

It's an AlertDialog. You can browse that app's source code here (look at com.sunlightlabs.android.congress.MainMenu).

Upvotes: 2

Related Questions