更改溢出弹出菜单项文本颜色

时间:2017-04-09 13:10:52

标签: android menuitem

https://i.stack.imgur.com/Z0UaS.png

我无法更改溢出菜单项的文本颜色。 它使用我主题的textColorPrimary

我在styles.xml

中将此代码添加到我的主题中
 <item name="android:actionMenuTextColor">@color/colorPrimaryDark</item>

但它看起来仍然是白色。

1 个答案:

答案 0 :(得分:0)

风格:

server {
    listen  80;
    server_name    blog.test.com;
    #return 301    http://blog.test.com$request_uri;

    #root /home/deploy/projects/project_name/public;



    location / {
        root /home/deploy/projects/project_name/public;
        #try_files $uri $uri/ /index.html;
        index  index.html  index.htm;   
        autoindex on;
        allow   127.0.0.1;
    }

}

结果:

enter image description here