mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 05:33:12 -08:00
20 lines
560 B
Plaintext
20 lines
560 B
Plaintext
<AnimeHeader>:
|
|
adaptive_height:True
|
|
orientation: 'vertical'
|
|
MDBoxLayout:
|
|
adaptive_height:True
|
|
md_bg_color:self.theme_cls.secondaryContainerColor
|
|
MDLabel:
|
|
text: root.titles
|
|
adaptive_height:True
|
|
padding:"5dp"
|
|
bold:True
|
|
shorten:False
|
|
max_lines:2
|
|
font_style:"Label"
|
|
role:"large"
|
|
FitImage:
|
|
size_hint_y: None
|
|
height: dp(250)
|
|
source: root.banner_image if root.banner_image else app.default_banner_image
|
|
|