globalforest/main.kv
2020-10-14 23:38:48 +03:00

11 lines
283 B
Plaintext

#:include forestmapview.kv
BoxLayout:
orientation: 'vertical'
MDToolbar:
title: "Global Forest"
right_action_items: [['magnify', lambda x: app.search_menu.open()]]
md_bg_color: app.theme_cls.primary_color
ForestMapView:
id: forestmapview