mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-19 16:10:31 -08:00
28 lines
890 B
Plaintext
28 lines
890 B
Plaintext
<MyListScreenView>
|
|
md_bg_color: self.theme_cls.backgroundColor
|
|
user_anime_list_container:user_anime_list_container
|
|
MDBoxLayout:
|
|
size_hint:1,1
|
|
NavRail:
|
|
screen:root
|
|
MDAnchorLayout:
|
|
anchor_y: 'top'
|
|
padding:"10dp"
|
|
size_hint:1,1
|
|
MDBoxLayout:
|
|
spacing:"40dp"
|
|
orientation: 'vertical'
|
|
size_hint:.95,1
|
|
SearchBar:
|
|
MDScrollView:
|
|
pos_hint:{"center_x":.5}
|
|
size_hint:1,1
|
|
MDGridLayout:
|
|
spacing: '40dp'
|
|
padding: "100dp","50dp","10dp","200dp"
|
|
id:user_anime_list_container
|
|
cols:5
|
|
size_hint_y:None
|
|
height:self.minimum_height
|
|
|
|
|