I've been trying to figure out how to create a dialog that looks similar to this context menu that is displayed after preforming a long click on an EditText on the newer versions on android.
I've been researching the android api to find out if this was included or is custom. However, I haven't had any luck. I've also found this same syle menu in other application such as Astrid.

I've currently implemented a context menu in my application however, I prefer the style of this new dialog. Than you.