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.
(関連するかどうかはわかりませんが、アプリでカスタム テーマを使用したいです。) どちらを使用する必要があり、その理由は何ですか (パフォーマンスの問題、シンプルさなど)?
実際の違いはありません。
ニーズに最適なものを選択できます。
アプリケーションのすべてのアクティビティでタイトルを非表示にしたいことがわかっている場合、最善の解決策は、AndroidManifest.xmlファイルでアプリケーション全体のテーマを設定することです
AndroidManifest.xml
<application android:theme="@android:style/Theme.Black.NoTitleBar">
もちろん@android:style/Theme.Black.NoTitleBarカスタムスタイルへの変更も可能です。
@android:style/Theme.Black.NoTitleBar