a
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?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/action_home"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_home_black_24dp"
|
||||
android:title="@string/home"
|
||||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/action_wechat"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_wechat_black_24dp"
|
||||
android:title="@string/wechat"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_system"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_apps_black_24dp"
|
||||
android:title="@string/knowledge_system"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_square"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_square_black_24dp"
|
||||
android:title="@string/square"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_project"
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_project_black_24dp"
|
||||
android:title="@string/project"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
</menu>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?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">
|
||||
|
||||
<group android:id="@+id/other">
|
||||
|
||||
<!--<item
|
||||
android:id="@+id/nav_score"
|
||||
android:icon="@drawable/ic_score_white_24dp"
|
||||
android:title="@string/nav_my_score"
|
||||
app:actionViewClass="android.widget.TextView" />-->
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_collect"
|
||||
android:icon="@drawable/ic_like_not"
|
||||
android:title="@string/nav_my_collect" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_video"
|
||||
android:icon="@drawable/ic_share_white_24dp"
|
||||
android:title="@string/my_share" />
|
||||
|
||||
<!--<item
|
||||
android:id="@+id/nav_todo"
|
||||
android:icon="@drawable/ic_todo_default_24dp"
|
||||
android:title="@string/nav_todo" />-->
|
||||
|
||||
<!--<item
|
||||
android:id="@+id/nav_night_mode"
|
||||
android:icon="@drawable/ic_night_24dp"
|
||||
android:title="@string/nav_night_mode" />-->
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_setting"
|
||||
android:icon="@drawable/ic_setting_24dp"
|
||||
android:title="@string/nav_setting" />
|
||||
|
||||
<item
|
||||
android:id="@+id/nav_logout"
|
||||
android:icon="@drawable/ic_logout_white_24dp"
|
||||
android:title="@string/login" />
|
||||
|
||||
</group>
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user