43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
tools:showIn="navigation_view">
|
||
|
|
||
|
<group android:checkableBehavior="single">
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/nav_history"
|
||
|
android:icon="@drawable/ic_history_black_24dp"
|
||
|
android:title="最近浏览" />
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/nav_huancun"
|
||
|
android:icon="@drawable/ic_get_app_black_24dp"
|
||
|
android:title="下载管理" />
|
||
|
<item
|
||
|
android:id="@+id/nav_haoping"
|
||
|
android:icon="@drawable/ic_mood_black_24dp"
|
||
|
android:title="给个好评"
|
||
|
android:visible="false"
|
||
|
/>
|
||
|
<item
|
||
|
android:id="@+id/nav_fenxiang"
|
||
|
android:icon="@drawable/ic_menu_share"
|
||
|
android:visible="false"
|
||
|
android:title="分享应用" />
|
||
|
<item
|
||
|
android:id="@+id/nav_advice"
|
||
|
android:icon="@drawable/ic_feedback_black_24dp"
|
||
|
|
||
|
android:title="意见反馈" />
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/nav_setup"
|
||
|
android:icon="@drawable/ic_settings_black_24dp"
|
||
|
android:title="设置" />
|
||
|
</group>
|
||
|
|
||
|
|
||
|
|
||
|
</menu>
|