Multiple choice What is the working of the following code? android:showAsAction=”collapseActionView” This will collapse the action view into just an action item. This will completely collapse the action view. This will completely collapse the action item. The search widget would consume space on the action bar even when it is not in use. Reveal answer Fill a bubble to check yourself A Correct answer Explanation The given code will collapse the action view into just an action item. Otherwise, the search widget would consume space on the action bar even when it is not in use.