Big UI and navigation Rewrite
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Pinetime {
|
||||
~Clock() override;
|
||||
|
||||
bool Refresh() override;
|
||||
bool OnButtonPushed() override;
|
||||
|
||||
bool OnTouchEvent(TouchEvents event) override;
|
||||
|
||||
private:
|
||||
@@ -54,7 +54,7 @@ namespace Pinetime {
|
||||
//std::unique_ptr<Screen> WatchFaceMinimalScreen();
|
||||
//std::unique_ptr<Screen> WatchFaceCustomScreen();
|
||||
|
||||
bool running = true;
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user