I am using android:uiOptions="splitActionBarWhenNarrow"
to split the Menu's .it is working fine with emulator 4.03
but not with real device 4.03.It is samsung tablet
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
splitActionBarWhenNarrow, as the word suggests, only works on small (narrow) devices like phone – splitting controls between top and bottom. It will not split when run on wide devices like tablets.Reference http://developer.android.com/guide/topics/manifest/activity-element.html, search for
splitActionBarWhenNarrow.