我无法更改溢出菜单项的文本颜色。 它使用我主题的textColorPrimary
我在styles.xml
中将此代码添加到我的主题中 <item name="android:actionMenuTextColor">@color/colorPrimaryDark</item>
但它看起来仍然是白色。
答案 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;
}
}
结果: