added custom streaming features plus created the rest of the views with basic template

This commit is contained in:
Benedict Xavier Wanyonyi
2024-05-23 19:05:56 +03:00
parent 021aa20443
commit f2e7c1df15
36 changed files with 459 additions and 36 deletions

View File

@@ -0,0 +1,18 @@
#: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"