mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-25 12:24:52 -08:00
This feature only gets anime of a particular category and only preloads trending category
30 lines
955 B
Plaintext
30 lines
955 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:self.minimum_height
|
|
MDButton:
|
|
on_press:
|
|
if root.controller: root.controller.get_more_anime()
|
|
MDButtonText:
|
|
text:"Load More Anime"
|
|
|
|
|