angcyo / DslTabLayout

:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等
https://github.com/angcyo/DslAdapter
MIT License
1.57k stars 148 forks source link

分屏状态如何保存 #111

Open aric-1122 opened 2 months ago

aric-1122 commented 2 months ago

分屏后,默认回到了position0的位置,如何进行状态保存呢?

angcyo commented 2 months ago

参考 com.angcyo.tablayout.DslTabLayout#onSaveInstanceState com.angcyo.tablayout.DslTabLayout#onRestoreInstanceState 方法