On Samsung-type phones that have the menu button, the action bar menu on android is not displayed, would you like to know if you can force it to display?
My menu.xml looks like this:
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:showAsAction="always"
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
<item
android:id="@+id/action_criar_conta"
android:title="@string/action_criar_conta"
/>
<item
android:id="@+id/action_entrar"
android:title="@string/action_entrar"
/>
<item
android:id="@+id/action_anuncie"
android:title="@string/action_anunciar"
/>