You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
586 B
20 lines
586 B
<?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/add_task"
|
|
android:icon="@mipmap/ic_add_black_48dp"
|
|
android:orderInCategory="80"
|
|
android:title="添加一组任务"
|
|
app:showAsAction="always"
|
|
/>
|
|
<item
|
|
android:id="@+id/help"
|
|
android:icon="@mipmap/ic_help_black_48dp"
|
|
android:orderInCategory="90"
|
|
android:title="最高优先级任务介绍"
|
|
app:showAsAction="ifRoom"
|
|
/>
|
|
|
|
</menu> |