Hi,
    I've been trying to get it done for a while but havent been able
to. The exact description of my problem is mentioned below.

I have a preference screen embedded within another. So the inner one
is part of the same activity.

I am able to bring up the options menu in the parent preference screen
but not in the child.

<PreferenceScreen ...A....... >


      <Preference Screen ......B>
         .....
         ......
      </PreferenceScreen>



</PreferenceScreen>


The options menu comes when I am in screen A, but the options menu
doesnt come when I am in screen B. I have implemented the
onCreateOptionsMenu & onOptionsItemSelected functions in the activity
code.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to