Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jan 10, 2021
1 parent fd92efd commit 89e56b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/assets/updateLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* 关注合作公众号 **[小说拾遗]** 获取好看的小说。
* 旧版数据导入教程:先在旧版阅读(2.x)中进行备份,然后在新版阅读(3.x)【我的】->【备份与恢复】,选择【导入旧版本数据】。

**2021/01/10**
* 修复bug
*

**2021/01/05**
* 修复崩溃bug

Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/dialog_bookmark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 89e56b8

Please sign in to comment.