Home | History | Annotate | Download | only in menu
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <menu xmlns:android="http://schemas.android.com/apk/res/android"
      3     xmlns:app="http://schemas.android.com/apk/res-auto">
      4 
      5     <item
      6         android:id="@+id/action_show_as_bubble"
      7         android:icon="@drawable/ic_open_in_new"
      8         android:title="@string/show_as_bubble"
      9         app:showAsAction="ifRoom" />
     10 
     11 </menu>
     12