問題タブ [android-immersive]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - レイアウト バウンスのない全画面没入モード
レイアウトを再計算せずに没入型モードと非没入型モードを切り替えて、バウンス効果を体験するにはどうすればよいですか? 状態を切り替えるために使用している関連コードは次のとおりです。
私が思いついた唯一の解決策は in を使用window?.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)
するOnCreate()
ことですが、別の問題が発生します。全画面没入モードでなくても、ステータスバーが表示されません。
編集:レイアウトファイル: