I am not sure about this. But I guess, you will have to override the default long click action and drop in your Custom context menu there and handle the events.
On Tue, Nov 9, 2010 at 8:27 PM, Hatch <[email protected]> wrote: > ah :( > Yes. that's the native copy/paste dialog. > So there is no way to resolve those parts that are gray/black on the > posted image ? > Then the themes aren't that flexible, are they ? > > Ok, can you give me a clue on how can to disable native copy/paste and > replace it with custom ones ? > > Thank you for your input. > > Regards, > Hatch > > On Nov 9, 2:44 pm, Kumar Bibek <[email protected]> wrote: > > 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]><android-developers%2Bunsubs > [email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > > -- > > Kumar Bibekhttp://techdroid.kbeanie.comhttp://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]<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

