【发布时间】:2015-01-21 01:44:41
【问题描述】:
我在 Kitkat 中实施此准则时遇到问题。在 Lollipop 上一切正常:
但在 Kitkat Toolbar 上没有任何顶部填充:
我可以使用https://github.com/jgilfelt/SystemBarTint 库解决这个问题:
SystemBarTintManager.SystemBarConfig config = tintManager.getConfig();
mainView.setPadding(0, config.getPixelInsetTop(false), config.getPixelInsetRight(), config.getPixelInsetBottom());
但我觉得我做错了什么。您有什么好的做法可以在 KitKat 上实现这种效果吗?
【问题讨论】:
标签: android navigation-drawer android-4.4-kitkat material-design android-toolbar