Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はチタン プロジェクトに取り組んでおりwin.open({modal:true});、アプリケーション画面を使用すると Android デバイスのステータス バーとタイトル バーが非表示にならないという問題に直面しています。どうすればこれを修正できますか?
win.open({modal:true});
画面のタイトル バーを非表示にするには、oncreate で setcontentview を追加する前にこれを行うだけです。これにより、タイトル バーが非表示になります。
requestWindowFeature(Window.FEATURE_NO_TITLE);