Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jan 4, 2021
1 parent 16836de commit 51fb4c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/assets/updateLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
* 请关注[开源阅读]()支持我,同时关注合作公众号[小说拾遗](),阅读公众号小编。
* 软件以后会在公众号更新,请关注[开源阅读]()获取最新更新!

**2021/01/04**
* 修复本地导入崩溃bug

**2020/12/26**
* 更新库,更新为viewBinding
* 书籍信息界面添加目录按钮
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ protected void onCreateActivity() {

@Override
protected void initData() {

}

@Override
protected void bindView() {
super.bindView();
mTlIndicator.setSelectedTabIndicatorColor(ThemeStore.accentColor(this));
mTlIndicator.setTabTextColors(getResources().getColor(R.color.tv_text_default), ThemeStore.accentColor(this));
}
Expand Down

0 comments on commit 51fb4c6

Please sign in to comment.