In my android application I declared
android:theme="@android:style/Theme.NoTitleBar"
but I created the onCreateOptionsMenu
in my Activity but it is working fine in Samsung mobiles because in Samsung mobiles have a hardware Setting button
but in nexus and etc mobiles we don't have the hardware Setting button, pls tell how can we create the hardware Setting button like (Three dots settings)
see the image how to do that