Here is my code in "public void onCreate(Bundle savedInstanceState) "
if( requestWindowFeature(Window.FEATURE_LEFT_ICON) )
setFeatureDrawableResource(Window.FEATURE_LEFT_ICON,
R.drawable.stat_happy);
Why I always get false when do requestWindowFeature to test the
LEFT_ICON? I am using the SDK_R2. Is there any precondition to enable
LEFT or RIGHT_ICON in the title?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---