主题色修改

This commit is contained in:
huangjian
2021-12-02 19:01:15 +08:00
parent aa806900f2
commit 4749f25229
12 changed files with 27 additions and 27 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

View File

@@ -10,7 +10,7 @@ public class NimToolBarOptions extends ToolBarOptions {
public NimToolBarOptions() {
//logoId = R.drawable.nim_actionbar_nest_dark_logo;
navigateId = R.drawable.arrow_left_white;
navigateId = R.drawable.arrow_left;
titleString = "";
isNeedNavigate = true;
}