hh_menu_close.xml 280 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"> <item android:id="@+id/close" app:showAsAction="always" android:title="关闭" /> </menu>