Remove your theme for your actionbar activity
in androidManifest file. Now it will work…
<application
android:allowBackup="true"
android:icon="@drawable/tasktodo"
android:label="@string/app_name"
>
Don’t add any theme in your application manifest file. If you added one, please remove and try running it…