Mark Murphy wrote: > Are you sure you have the right names for your resource directories? > Assuming res/values/ is your portrait one, are you using > res/values-land/ for the landscape strings?
I've done it two ways. The first way I have three directories: res/values res/values-land res/values-port res/values has things that don't need to change, and the other two have ones unique to those orientations. In the other version I have res/values res/values-land res/values has ones that apply to both AND ones that only apply to portrait. res/values-land/ has the strings that should override the portrait ones. In both cases I see the same behavior: when I change orientations everything uses the strings from the orientation the activity first started with. -- 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

