我使用SetCustomview()
为Customize Actionbar创建了示例现在我在 Actionbar.setCustomView();
上收到错误 NullPointerException我的班级我正在延伸收藏可以有人帮助我吗?
答案 0 :(得分:1)
似乎getActionBar()
返回null。
用这两个代替第60行:
if(android.os.Build.VERSION.SDK_INT < 11) {
requestWindowFeature(Window.FEATURE_NO_TITLE);
}