Move radio button styling to a single place

This commit is contained in:
Riku Isokoski
2021-09-23 02:53:10 +03:00
committed by JF
parent 736ae08fcd
commit ec9b5a0bd2
6 changed files with 24 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
#include <lvgl/lvgl.h>
namespace Pinetime {
namespace Applications {
namespace Screens {
void SetRadioButtonStyle(lv_obj_t* checkbox);
}
}
}