2019-02-01 09:19:44 +08:00
|
|
|
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<!-- <item
|
|
|
|
android:id="@+id/action_history"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_history"/>-->
|
|
|
|
<item
|
2019-02-19 22:03:42 +08:00
|
|
|
android:id="@+id/menuSearch"
|
2019-02-01 09:19:44 +08:00
|
|
|
android:orderInCategory="100"
|
|
|
|
android:title="@string/test"
|
|
|
|
app:actionViewClass="android.support.v7.widget.SearchView"
|
|
|
|
app:showAsAction="ifRoom" />
|
2019-02-19 22:03:42 +08:00
|
|
|
<!--item
|
2019-02-01 09:19:44 +08:00
|
|
|
android:id="@+id/menu_2"
|
|
|
|
android:orderInCategory="100"
|
2019-02-19 22:03:42 +08:00
|
|
|
android:title="@string/fenlei"
|
2019-02-01 09:19:44 +08:00
|
|
|
app:actionProviderClass="android.support.v7.widget.ShareActionProvider"
|
2019-02-19 22:03:42 +08:00
|
|
|
app:showAsAction="never" / -->
|
2019-02-01 09:19:44 +08:00
|
|
|
<!--<item-->
|
|
|
|
<!--android:id="@+id/action_settings"-->
|
|
|
|
<!--android:orderInCategory="100"-->
|
|
|
|
<!--android:showAsAction="never"-->
|
|
|
|
<!--android:title="@string/action_settings"/>-->
|
|
|
|
<!--<item-->
|
|
|
|
<!--android:id="@+id/action_login"-->
|
|
|
|
<!--android:orderInCategory="100"-->
|
|
|
|
<!--android:showAsAction="never"-->
|
|
|
|
<!--android:title="@string/action_login"/>-->
|
|
|
|
<item
|
2019-02-19 22:03:42 +08:00
|
|
|
android:id="@+id/menuMore"
|
2019-02-01 09:19:44 +08:00
|
|
|
|
|
|
|
android:orderInCategory="100"
|
2019-02-19 22:03:42 +08:00
|
|
|
android:title="@string/more"
|
|
|
|
app:showAsAction="ifRoom" />
|
2019-02-01 09:19:44 +08:00
|
|
|
<item
|
2019-02-19 22:03:42 +08:00
|
|
|
android:id="@+id/menuFenlei"
|
|
|
|
|
2019-02-01 09:19:44 +08:00
|
|
|
android:orderInCategory="100"
|
2019-02-19 22:03:42 +08:00
|
|
|
android:title="@string/fenlei"
|
|
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<!-- app:actionProviderClass="android.widget.ShareActionProvider" -->
|
|
|
|
|
2019-02-01 09:19:44 +08:00
|
|
|
|
|
|
|
<!--
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_navi"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_navi"/>
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_speech"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="speech"/>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</menu>
|