Move battery status on home screen to bottom row.
And sligthly move it in on reader view.
This commit is contained in:
parent
afe9672156
commit
3188619b61
@ -316,7 +316,7 @@ void HomeActivity::render() const {
|
||||
const auto labels = mappedInput.mapLabels("", "Confirm", "Up", "Down");
|
||||
renderer.drawButtonHints(UI_10_FONT_ID, labels.btn1, labels.btn2, labels.btn3, labels.btn4);
|
||||
|
||||
ScreenComponents::drawBattery(renderer, 20, pageHeight - 70);
|
||||
ScreenComponents::drawBattery(renderer, 20, pageHeight - 40 + 6);
|
||||
|
||||
renderer.displayBuffer();
|
||||
}
|
||||
|
||||
@ -437,7 +437,7 @@ void EpubReaderActivity::renderStatusBar(const int orientedMarginRight, const in
|
||||
}
|
||||
|
||||
if (showBattery) {
|
||||
ScreenComponents::drawBattery(renderer, orientedMarginLeft, textY);
|
||||
ScreenComponents::drawBattery(renderer, orientedMarginLeft + 1, textY);
|
||||
}
|
||||
|
||||
if (showChapterTitle) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user