mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-30 06:30:37 -08:00
24 lines
758 B
Plaintext
24 lines
758 B
Plaintext
<HomeScreenView>
|
|
md_bg_color: self.theme_cls.backgroundColor
|
|
main_container:main_container
|
|
MDBoxLayout:
|
|
NavRail:
|
|
screen:root
|
|
MDAnchorLayout:
|
|
anchor_y: 'top'
|
|
padding:"10dp"
|
|
MDBoxLayout:
|
|
orientation: 'vertical'
|
|
id:p
|
|
SearchBar:
|
|
MDScrollView:
|
|
size_hint:1,1
|
|
MDBoxLayout:
|
|
id:main_container
|
|
padding:"50dp","5dp","50dp","150dp"
|
|
spacing:"10dp"
|
|
orientation: 'vertical'
|
|
size_hint_y:None
|
|
height:max(self.minimum_height,p.height,1800)
|
|
|