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(sa
Try setSupportProgressBarIndeterminateVisibility(boolean) to get backward compatibility.
setSupportProgressBarIndeterminateVisibility(boolean)