I'm having trouble changing background
.
When I use this way, with extends
of TabActivity
:
public class HomeTabActivity extends TabActivity {...
private android.support.v7.app.ActionBar _actionBar;
}
I can not give getSupportActionBar();
to later I change the color. Is there any other way to change?