mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
13 lines
258 B
XML
13 lines
258 B
XML
<component>
|
|
<api>
|
|
<prop name="color" type="color" default="0x000000"/>
|
|
<prop name="style" type="style"/>
|
|
</api>
|
|
|
|
<view extends="lv_label"
|
|
style_text_color="$color"
|
|
styles="$style"
|
|
style_text_font="lv_montserrat_18">
|
|
</view>
|
|
</component>
|