I’ve more then 5 menu items, so i addded “More” as my menu item when i click this menu i
want more menu to be generate.
How can i do that ?
This is how i added
<item android:id="@+id/a" android:title="a" />
<item android:id="@+id/b" android:title="b" />
<item android:id="@+id/c" android:title="c" />
<item android:id="@+id/d" android:title="d" />
<item android:id="@+id/e" android:title="e" />
<item android:id="@+id/more" android:title="More" />
You do not need to create a
moremenu item, the android system will create it for you.Just add 10 items, and it will work automatically.