mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 05:33:12 -08:00
23 lines
524 B
Plaintext
23 lines
524 B
Plaintext
<DescriptionContainer@MDBoxLayout>:
|
|
adaptive_height:True
|
|
md_bg_color:self.theme_cls.surfaceContainerLowColor
|
|
padding:"10dp"
|
|
|
|
<DescriptionText@MDLabel>:
|
|
adaptive_height:True
|
|
max_lines:0
|
|
shorten:False
|
|
markup:True
|
|
font_style: "Body"
|
|
role: "small"
|
|
<AnimeDescription>:
|
|
orientation:"vertical"
|
|
adaptive_height:True
|
|
HeaderLabel:
|
|
halign:"left"
|
|
text:"Description"
|
|
DescriptionContainer:
|
|
DescriptionText:
|
|
text:root.description
|
|
|
|
|