Are you referring to the Copy Paste dialog that comes up when EditText is long clicked? If that is the case, you will have to first disable the default dialog and use your own custom dialog and implement the Copy Paste functionality.
On Tue, Nov 9, 2010 at 6:57 PM, Hatch <[email protected]> wrote: > Here's how the native popup looks like: > > http://postimage.org/image/t59v7udg/ > > Anyone has an idea on what I failed to override in the themes.xml > (besides <item name="android:background">@color/background</item>) > > > I am creating all my dialogs by hand to avoid this, and now I found > out that simple coply/paste dialog will look ... well bad :) > > Any hints ? > > Cheers > > Hatch > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

