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.
Android メニューの背景色の変更に関する質問を見てきました。メニューが暗いか明るいかを判断し、それに応じて別のアイコンを表示したいだけです。
Android メニューの背景が暗いか明るいかはどうすればわかりますか?
この質問は以前に説明されています。そして、ここにいくつかの答えがあります:これとこれ(賢者による)
自分では試しませんでしたが、次のコードで何かを行うことができます:
getTheme().obtainStyledAttributes(android.R.attr.windowBackground);
TypedArray何とか属性の値を取得できるリターンです。
TypedArray