globalforest/main.kv

11 lines
283 B
Plaintext
Raw Normal View History

#: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