0

The settings button right corner, it became not visible when I applied dark theme on Action Bar. How do I change its color so that it becomes visible? I'm guessing I have to mess with main.xml

android:color="..."

does not work

aaa

(this picture's brightness has been increased, normally it is really not visible)

4

1 回答 1

0

在 onPrepareOptionsMenu(Menu menu) 方法中试试这个......

 menu.findItem(R.id.your_icon).setVisible(true);
于 2013-11-07T12:13:51.620 回答