I had the same problem with the application, it works fine for all devices except the galaxy tabs with Android 3.x, and my application is in the store, so the pressure was too much to fix it, and this is how I did it:
1.Use the -v11 values ββwith the correct style that shows the name and action bar.
2. , SetHomeButtonEnabled(), Honeycomb.
3. setContentView (ActionBar):
if(android.os.Build.VERSION.SDK_INT >= 11 && android.os.Build.VERSION.SDK_INT <=13)
{
getWindow().requestFeature(Window.FEATURE_ACTION_BAR);
}
Galaxy Tab 10 H 3.2