Multiple choice

It is recommended that the android:showAsAction attributes to ________, which will display the menu item as an action item only if there is enough room on the display.

  1. withText

  2. ifRoom

  3. ifNotRoom

  4. withRoom

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It is recommended that the android:showAsAction attributes to ifRoom, which will display the menu item as an action item only if there is enough room on the display. On a small size screen, the actions will  collapse into the overflow menu.