|
@@ -1,6 +1,12 @@
|
|
|
<?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/item_reader_bookmark"
|
|
|
+ android:icon="@drawable/ic_bookmark_border"
|
|
|
+ android:title="@string/reader_more_menu_bookmark"
|
|
|
+ app:showAsAction="ifRoom"
|
|
|
+ />
|
|
|
<item
|
|
|
android:id="@+id/item_reader_more_share"
|
|
|
android:icon="@drawable/ic_share_black_op60_24dp"
|