Draws a single button-glyph footer hint line, centered on `screenW`.
| 77 | |
| 78 | // Draws a single button-glyph footer hint line, centered on `screenW`. |
| 79 | void drawHints(int screenW, int y, const std::string& text) |
| 80 | { |
| 81 | TextPool::get().drawCentered(text, 0, screenW, y, 0.47f, COLOR_MUTED); |
| 82 | } |
| 83 | |
| 84 | // Layout of the Save / Extdata segmented control in the bottom header. Both |
| 85 | // drawBottom() and the touch hit-test derive from this so the box and the |
no test coverage detected