mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 13:43:28 -08:00
21 lines
529 B
Plaintext
21 lines
529 B
Plaintext
<AnimeHeader>:
|
|
adaptive_height:True
|
|
orientation: 'vertical'
|
|
# padding:"10dp"
|
|
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
|
|
|