标签: android android-toolbar
我通过设置:
setBackgroundColor(color_bg); setTitleTextColor(color_text);
我如何找回这些颜色(当前颜色)?
答案 0 :(得分:0)
非常简单的调用toolbar.getBackgroundColor()并获得工具栏的当前颜色。
toolbar.getBackgroundColor()