customize action bar tabview
问题 I am trying to create a custom tabview in the action bar, something like this: I got this view: i want to change the background of tabviews indicators, so backgroung color become invisible and we have the green line under the selected tabview indicator. Here are my code (i used default tabview): public class BaseActivity extends Activity{ ActionBar bar; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.base_activity); bar =