Move radio button styling to a single place
This commit is contained in:
9
src/displayapp/screens/Styles.h
Normal file
9
src/displayapp/screens/Styles.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <lvgl/lvgl.h>
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Applications {
|
||||
namespace Screens {
|
||||
void SetRadioButtonStyle(lv_obj_t* checkbox);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user