This commit is contained in:
kunfei
2023-03-04 00:07:32 +08:00
parent 8275d913b8
commit 387342e552
2 changed files with 2 additions and 2 deletions
@@ -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,
@@ -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() {