Showing indeterminate progress in Sherlock Action Bar

后端 未结 3 2132
[愿得一人]
[愿得一人] 2021-02-18 21:04

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         


        
3条回答
  •  一向
    一向 (楼主)
    2021-02-18 21:20

    Make sure you import com.actionbarsherlock.view.Window, not android.view.Window.

提交回复
热议问题