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.
右隅の設定ボタン、アクションバーにダークテーマを適用したら見えなくなった。表示されるように色を変更するにはどうすればよいですか? main.xml をいじる必要があると思います
android:color="..."
動作しません
(この写真は明るさを増しており、通常は見えません)
onPrepareOptionsMenu(Menu menu) メソッドでこれを試してください....
menu.findItem(R.id.your_icon).setVisible(true);