Showing indeterminate progress in Sherlock Action Bar
问题 i`m trying to show indeterminate progress bar in ABS v. 4.0.2 by following code @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setContentView(R.layout.main); getSherlock().setProgressBarIndeterminateVisibility(true); } on ICS virtual device it works fine, but progress do not shows in device with Android 2.1. what i`m doing wrong? 回答1: Make sure you import com.actionbarsherlock.view