操作栏产生指针异常警告?

时间:2014-07-17 09:07:31

标签: android android-actionbar

调用方法actionbar.functions()可能会产生

java. lang.null pointer exception

我正在使用Android Studio测试版。我的最低SDK版本15+。默认情况下它是holo,对吧?

的themes.xml

?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- the theme applied to the application or activity -->
<style name="CustomActionBarTheme"
    parent="@android:style/Theme.Holo.Light.DarkActionBar">
    <item name="android:actionBarStyle">@style/MyActionBar</item>
</style>

<!-- ActionBar styles -->
<style name="MyActionBar"
    parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
    <item name="android:background">@color/app_theme</item>
</style>

在清单

    android:label="@string/app_name"
    android:theme="@style/CustomActionBarTheme" >

0 个答案:

没有答案