Maintaining Progress Bar Visibility with Orientation Change

前端 未结 3 1795
小蘑菇
小蘑菇 2021-01-23 07:03

I have a progress bar (swirly waiting style) defined in xml as:



        
3条回答
  •  闹比i
    闹比i (楼主)
    2021-01-23 07:45

    You use the following line inside your activity tag in manifest.

    
    

    In the above android:configChanges="orientation" will maintain the state of your application while configuration change.

提交回复
热议问题