16 lines
224 B
C
16 lines
224 B
C
#pragma once
|
|
|
|
#include "top_bar.h"
|
|
#include "toolbar.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void lv_obj_set_style_bg_blacken(lv_obj_t* obj);
|
|
void lv_obj_set_style_no_padding(lv_obj_t* obj);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|