mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 12:51:15 -08:00
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
#:import get_color_from_hex kivy.utils.get_color_from_hex
|
|
#:import StringProperty kivy.properties.StringProperty
|
|
|
|
<HelpScreenView>
|
|
md_bg_color: self.theme_cls.backgroundColor
|
|
# main_container:main_container
|
|
MDBoxLayout:
|
|
NavRail:
|
|
screen:root
|
|
MDAnchorLayout:
|
|
anchor_y: 'top'
|
|
padding:"10dp"
|
|
MDBoxLayout:
|
|
orientation: 'vertical'
|
|
SearchBar:
|
|
|
|
MDLabel:
|
|
text:"Help Screen" |