mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 02:37:01 +08:00
fix(xml): find constants in styles in the global scope
This commit is contained in:
committed by
Felipe Neves
parent
8599e9be77
commit
84acb67dca
@@ -9,7 +9,7 @@
|
||||
<style name="blue" text_color="#dark_blue" text_font="lv_montserrat_30"/>
|
||||
<style name="scale_main" bg_opa="50%" pad_all="32" radius="8"/>
|
||||
<style name="scale_indic" length="20" />
|
||||
<style name="scale_sectoion_indic" text_color="#00ff00" line_width="6"/>
|
||||
<style name="scale_sectoion_indic" text_color="0x00ff00" line_width="6"/>
|
||||
</styles>
|
||||
|
||||
<view width="700" height="470" style_bg_color="#light_blue" flex_flow="column_wrap">
|
||||
|
||||
Reference in New Issue
Block a user