mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-13 07:03:54 +08:00
16 lines
520 B
XML
16 lines
520 B
XML
<?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_view_type"
|
|
android:icon="@drawable/ic_view_type_white"
|
|
android:title="@string/view_type"
|
|
app:showAsAction="always"/>
|
|
|
|
<item
|
|
android:id="@+id/action_view_more"
|
|
android:icon="@drawable/ic_more_vert_white"
|
|
app:showAsAction="always"
|
|
android:title="" />
|
|
</menu> |