Hi all, i want to keep cancel button in the title bar at the right side, for that I had used following code,
window.requestFeature(Window.FEATURE_RIGHT_ICON); window.setFeatureDrawableResource(Window.FEATURE_RIGHT_ICON, R.drawable.cancel); but i am getting the icon at the left side of title bar. Is this a bug or something else is required to accomplish this? Thanks, Asif --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

