bertsir / zBarLibary

🔥 zbar扫描快,zxing可以生成和识别本地,So,我就把他们结合在了一起,这样Android二维码(条形码)功能就更便捷了
MIT License
777 stars 159 forks source link

扫描页面 返回按钮图片问题 #92

Open wangyuan0217 opened 5 years ago

wangyuan0217 commented 5 years ago

扫描页面标题背景是白色的话,返回按钮也是白色的就看不到了,建议增加个自定义返回按钮的方法。

bertsir commented 5 years ago

@wangyuan0217 好的建议,近期更新

wangyuan0217 commented 3 years ago

.setTitleBackgroudColor(ContextCompat.getColor(activity, R.color.white)) 设置标题栏白色后,状态栏字依然是白色的,冲突了就看不到了。