Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Mar 3, 2023
1 parent 8275d91 commit 387342e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object ReadTipConfig {
const val bookName = 7
const val timeBattery = 8
const val timeBatteryPercentage = 9
const val totalProgress1 = 10
const val totalProgress1 = 11

val tipValues = arrayOf(
none, bookName, chapterTitle, time, battery, batteryPercentage, page,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ class PageView(context: Context) : FrameLayout(context) {
private var tvBatteryP: BatteryView? = null
private var tvPage: BatteryView? = null
private var tvTotalProgress: BatteryView? = null
private var tvTotalProgress1: BatteryView? = null
private var tvPageAndTotal: BatteryView? = null
private var tvBookName: BatteryView? = null
private var tvTimeBattery: BatteryView? = null
private var tvTimeBatteryP: BatteryView? = null
private var tvTotalProgress1: BatteryView? = null

val headerHeight: Int
get() {
Expand Down

0 comments on commit 387342e

Please sign in to comment.