2
On phones type those of Samsung that has the menu button, the menu of the action bar on android is not displayed, I wonder if have to force the display of it?
My.xml menu 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"
/>
And on all devices the menu appears? I had problems with devices like Galaxy and s5360b
– Mateus Carvalho
The problems you had were with your code or with mine? No Galaxy y don’t know but in the Galaxy Gio GT S5660 works.
– ramaral
With my code, I’ll test yours.
– Mateus Carvalho