摘要: 屏幕竖放转换为横放时 1.使用 onSaveInstanceState函数 --(不是永久保存) protected void onSaveInstanceState(Bundle outState){ super.onSaveInstanceState(outState); outState.pu 阅读全文
posted @ 2022-04-23 17:03 stdrush 阅读(31) 评论(0) 推荐(0)