pull/801/head
gedoor 4 years ago
parent fd92efdb1b
commit 89e56b8aa6
  1. 4
      app/src/main/assets/updateLog.md
  2. 2
      app/src/main/res/layout/dialog_bookmark.xml

@ -3,6 +3,10 @@
* 关注合作公众号 **[小说拾遗]** 获取好看的小说。
* 旧版数据导入教程:先在旧版阅读(2.x)中进行备份,然后在新版阅读(3.x)【我的】->【备份与恢复】,选择【导入旧版本数据】。
**2021/01/10**
* 修复bug
*
**2021/01/05**
* 修复崩溃bug

@ -22,6 +22,7 @@
android:id="@+id/edit_book_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="6"
android:hint="@string/content" />
</io.legado.app.ui.widget.text.TextInputLayout>
@ -37,6 +38,7 @@
android:id="@+id/edit_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="6"
android:hint="@string/note_content" />
</io.legado.app.ui.widget.text.TextInputLayout>

Loading…
Cancel
Save