I'm trying to make action bar to appear always.
I'm getting:
error: No resource identifier found for attribute 'showAsAction'
My menu codes are:
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:Logo="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/answered"
android:icon="@drawable/answered"
android:title="answered"
Logo:showAsAction="always"/>
<item
android:id="@+id/notanswered"
android:title="notanswered"
android:icon="@drawable/notanswered"
Logo:showAsAction="always"/>
</menu>
target=android-15
Minimum Sdk is 8