菜单添加导出书单导入书单

pull/783/head
gedoor 4 years ago
parent 79ba9d2a15
commit 61b13a70c3
  1. 19
      app/src/main/res/menu/main_bookshelf.xml
  2. 2
      app/src/main/res/values-zh-rHK/strings.xml
  3. 2
      app/src/main/res/values-zh-rTW/strings.xml
  4. 2
      app/src/main/res/values-zh/strings.xml
  5. 2
      app/src/main/res/values/strings.xml

@ -1,12 +1,14 @@
<?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">
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="AlwaysShowAction">
<item
android:id="@+id/menu_search"
android:icon="@drawable/ic_search"
android:title="@string/search"
app:showAsAction="ifRoom" />
app:showAsAction="always" />
<item
android:id="@+id/menu_update_toc"
@ -49,4 +51,17 @@
android:icon="@drawable/ic_arrange"
android:title="@string/arrange_bookshelf"
app:showAsAction="never" />
<item
android:id="@+id/menu_export_bookshelf"
android:icon="@drawable/ic_export"
android:title="@string/export_bookshelf"
app:showAsAction="never" />
<item
android:id="@+id/menu_import_bookshelf"
android:icon="@drawable/ic_import"
android:title="@string/import_bookshelf"
app:showAsAction="never" />
</menu>

@ -795,5 +795,7 @@
<string name="sync_book_progress_s">进入退出阅读界面时同步阅读进度</string>
<string name="create_bookmark_error">创建书签失败</string>
<string name="single_url">单URL</string>
<string name="export_bookshelf">导出书单</string>
<string name="import_bookshelf">导入书单</string>
</resources>

@ -796,5 +796,7 @@
<string name="sync_book_progress_s">進入退出閱讀介面時同步閱讀進度</string>
<string name="create_bookmark_error">创建书签失败</string>
<string name="single_url">单URL</string>
<string name="export_bookshelf">导出书单</string>
<string name="import_bookshelf">导入书单</string>
</resources>

@ -799,5 +799,7 @@
<string name="sync_book_progress_s">进入退出阅读界面时同步阅读进度</string>
<string name="create_bookmark_error">创建书签失败</string>
<string name="single_url">单URL</string>
<string name="export_bookshelf">导出书单</string>
<string name="import_bookshelf">导入书单</string>
</resources>

@ -802,5 +802,7 @@
<string name="sync_book_progress_s">进入退出阅读界面时同步阅读进度</string>
<string name="create_bookmark_error">创建书签失败</string>
<string name="single_url">单URL</string>
<string name="export_bookshelf">导出书单</string>
<string name="import_bookshelf">导入书单</string>
</resources>

Loading…
Cancel
Save