Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #:import get_color_from_hex kivy.utils.get_color_from_hex
- <Welcome>:
- name:'Welcome'
- canvas.before:
- Rectangle:
- pos: self.pos
- size: self.size
- source: 'parks/lion.jpg'
- MDBoxLayout:
- orientation:'vertical'
- padding:10
- spacing:10
- Image:
- source:'parks/MR K LOGO3.png'
- pos_hint:{'center_x':.5,'center_y':.5}
- size_hint:1,1
- MDLabel:
- text:'Hi,\n Welcome to MR.K Travel And Tourism Uganda '
- font_size:27
- color:app.theme_cls.primary_color
- font_name:'fonts/popins.ttf'
- adaptive_height:True
- outline:True
- outline_color:0,0,0,1
- outline_width:2
- adaptive_height:True
- font_style:'H6'
- MDLabel:
- text:
- 'our service is fast and good;\n '\
- "We offer services like; touring,self driving , we rent spacial cars "\
- ",traveling, we rent wedding cars for wedding ceremonies ; "\
- "MR. K Travel And Tourism Uganda says travel and tourism is a good idea, so "\
- "come deal with us , We will travel and tour Uganda with you. we book hostels, lodges for our travelers and tourists\n\n"\
- "Feel free to contact us for more information"
- font_size:20
- #color:0,1,0,1
- font_name:'fonts/popins.ttf'
- adaptive_height:True
- outline:True
- outline_color:1,1,1,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- MDFloatLayout:
- MDRaisedButton:
- text:'Next'
- on_press:root.manager.current=('home')
- md_bg_color:app.theme_cls.primary_color
- pos_hint:{'center_x':.9,'center_y':.2}
- <About>:
- orientation: "vertical"
- spacing: "12dp"
- size_hint_y: None
- height: "120dp"
- md_bg_color:app.theme_cls.primary_color
- MDLabel:
- text:
- "MR. K Travel And Tour Uganda\n"\
- "Is a Travel and Tour campany in Uganda "\
- "we offer services like; touring, traveling , rent cars ,"\
- "spacial cars for any journey "\
- "in Uganda. just contact us "
- adaptive_height:True
- color:app.theme_cls.primary_color
- bold:True
- font_name:'fonts/popins.ttf'
- <Content>
- orientation: "vertical"
- spacing: "12dp"
- size_hint_y: None
- height: "120dp"
- md_bg_color:app.theme_cls.primary_color
- MDLabel:
- text:"Email:Michaelkagulire@gmail.com\nCall: +256754045576,+256759142381 or whatsupp\nFeel free to contact us and talk to us for a proper preperations "
- adaptive_height:True
- color:app.theme_cls.primary_color
- bold:True
- font_name:'fonts/popins.ttf'
- UI:
- Welcome:
- MainScreen:
- ParksScreen:
- Rivers:
- Mount:
- Dams:
- Lakes:
- Others:
- <MainScreen>:
- name:'home'
- MDNavigationLayout:
- ScreenManager:
- MDScreen:
- MDBoxLayout
- orientation:'vertical'
- MDToolbar:
- title: "MR.K Travel And Tour Uganda"
- elevation: 10
- #md_bg_color: get_color_from_hex("#e7e4c0")
- specific_text_color: get_color_from_hex("#4a4939")
- right_action_items: [["logout", lambda x: app.stop()]]
- left_action_items:
- [['menu', lambda x: nav_drawer.set_state("open")]]
- MDBoxLayout:
- size_hint_y:1/9.5
- orientation:'vertical'
- padding:'20dp','20dp','20dp','20dp'
- MDLabel:
- text:'Visited Places;'
- adaptive_height:True
- bold:True
- font_style:'Subtitle2'
- font_size:20
- color:app.theme_cls.primary_color
- ScrollView:
- size:self.size
- size_hint: 1,1
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDGridLayout:
- md_bg_color:app.theme_cls.primary_color
- size_hint_y: None
- height:self.minimum_height
- width:self.minimum_width
- cols:2
- padding:5
- spacing:10
- MDCard:
- orientation:'vertical'
- elevation:80
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- elevation:25
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- on_press: root.manager.current='parks'
- FitImage:
- source:'parks/Kibale-Forest.jpg'
- radius: 36, 36, 0, 0
- MDLabel:
- text:'National Parks'
- pos_hint:{'center_x':.7}
- font_size:27
- font_style:'H6'
- color:app.theme_cls.primary_color
- size_hint_y:.2
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36,36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- on_press: root.manager.current='rivers'
- FitImage:
- source:'parks/Nile-river.jpg'
- pos_hint:{'center_x':.5}
- radius: 36, 36, 0, 0
- MDLabel:
- text:'Rivers'
- pos_hint:{'center_x':.8}
- font_size:25
- font_style:'H6'
- color:app.theme_cls.primary_color
- size_hint_y:.2
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- on_press: root.manager.current='Mountains'
- FitImage:
- source:'parks/Mt-Rwenzori.jpg'
- radius:36, 36, 0, 0
- MDLabel:
- text:'Mountains'
- pos_hint:{'center_x':.8,'center_y':.3}
- font_size:25
- font_style:'H6'
- color:app.theme_cls.primary_color
- size_hint_y:.2
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- on_press: root.manager.current='dams'
- FitImage:
- source:'parks/owen falls dam.jpg'
- radius:36, 36, 0, 0
- MDLabel:
- text:'Dams/WaterFalls'
- pos_hint:{'center_x':.6}
- font_size:25
- font_style:'H6'
- color:app.theme_cls.primary_color
- size_hint_y:.2
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- on_press: root.manager.current='lakes'
- FitImage:
- source:'parks/lake victoria.jpg'
- radius:36, 36, 0, 0
- MDLabel:
- text:'Lakes'
- pos_hint:{'center_x':.8}
- font_size:25
- color:app.theme_cls.primary_color
- font_style:'H6'
- size_hint_y:.2
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- on_press: root.manager.current='others'
- FitImage:
- source:'parks/eqator.jpg'
- radius:36, 36, 0, 0
- MDLabel:
- text:'Others'
- pos_hint:{'center_x':.8}
- font_size:25
- color:app.theme_cls.primary_color
- font_style:'H6'
- size_hint_y:.2
- Widget:
- Widget:
- MDLabel:
- text:'More services;'
- font_size:20
- bold:True
- font_name:'fonts/popins.ttf'
- font_style:'H6'
- size_hint_y:.2
- MDLabel:
- text:''
- font_size:25
- color:app.theme_cls.primary_color
- font_style:'H6'
- size_hint_y:.2
- Widget:
- Widget:
- MDSeparator:
- MDSeparator:
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36,36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- #on_press: root.manager.current='rivers'
- CustomImageTile:
- source:'parks/safari-van-uganda.jpg'
- text: '[size=26]Tour Van[/size]\n[size=14]for tourists and travelers[/size]'
- radius:20
- pos_hint:{'center_x':.5}
- size_hint:1,1
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- #on_press: root.manager.current='Mountains'
- CustomImageTile:
- source:'parks/safari cars.jpg'
- text: '[size=26]Safari cars[/size]\n[size=14]visiting National Parks[/size]'
- radius:20
- size_hint:1,1
- radius:36, 36, 0, 0
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- #on_press: root.manager.current='dams'
- CustomImageTile:
- source:'parks/coaster-bus-uganda.jpg'
- text: '[size=26]coasters[/size]\n[size=14]used for transportation[/size]\n[size=14]schools, groups.[/size]'
- radius:20
- size_hint:1,1
- radius:36, 36, 0, 0
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- #on_press: root.manager.current='lakes'
- CustomImageTile:
- source:'parks/wed car.jpg'
- text: '[size=26]Wedding cars[/size]\n[size=14]Rent wedding cars from us[/size]'
- radius:20
- size_hint:1,1
- radius:36, 36, 0, 0
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- # on_press: root.manager.current='others'
- CustomImageTile:
- source:'parks/spacial car.jpg'
- text: '[size=26]spacials cars[/size]\n[size=14]Rent spacial cars from us[/size]'
- radius:20
- size_hint:1,1
- radius:36, 36, 0, 0
- MDCard:
- orientation:'vertical'
- elevation:20
- height:210
- size_hint:1,None
- border_radius:25
- radius:36, 36, 36, 36
- ripple_behavior:True
- #md_bg_color:1,1,0,.5
- # on_press: root.manager.current='others'
- CustomImageTile:
- source:'parks/party.jpg'
- text: '[size=26]party times[/size]\n[size=14]for Entertainment and enjoying[/size]'
- radius:20
- size_hint:1,1
- radius:36, 36, 0, 0
- MDNavigationDrawer:
- id: nav_drawer
- md_bg_color: app.theme_cls.primary_color
- opening_transition: 'out_bounce'
- opening_time:1
- closing_transition: 'in_out_elastic'
- closing_time:1
- MDBoxLayout:
- orientation: "vertical"
- padding: "5dp"
- spacing: "2dp"
- size_hint_y:1
- CustomImageTile:
- source:'parks/MR K2.jpg'
- text: '[size=26]contact us via;[/size]\n[size=14]Email: Michaelkagulire@gmail.com[/size]\n[size=14]Call: +256754045576,+256759142381 or whatsupp[/size]'
- radius:20
- size_hint:1,1
- ScrollView:
- MDBoxLayout:
- orientation:'vertical'
- OneLineListItem:
- text:''
- OneLineListItem:
- text:'Change theme color'
- on_press:root.changecolor()
- TwoLineListItem:
- text:'About US'
- secondary_text:'about MR.K Travel And Tour Uganda'
- on_release:root.showdialogabout()
- ThreeLineListItem:
- text:'Developed by;'
- secondary_text:'L.S.Jevix Software UG'
- tertiary_text: "contact: +256754045576"
- Widget:
- <ParksScreen>:
- name:'parks'
- canvas.before:
- Color:
- rgba:1,1,1,1
- Rectangle:
- size:self.size
- MDBoxLayout:
- orientation:'vertical'
- padding:'5dp'
- ScrollView:
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDBoxLayout:
- orientation:'vertical'
- padding:'24dp','24dp','24dp','24dp'
- size_hint_y: None
- width:self.minimum_width
- height:self.minimum_height
- spacing:10
- md_bg_color:app.theme_cls.primary_color
- MDIconButton:
- icon:'arrow-left'
- on_press:root.manager.current='home'
- MDLabel:
- text: "National Parks;"
- adaptive_height:True
- bold:True
- font_style:'H6'
- font_size:30
- Widget:
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Queen ELI1.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Queen Elizabeth National Park'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "One would wonder where Queen Elizabeth National Park is Located. Well, it is found in the western part of Uganda laying between Lakes Gorge and Albert with the Kazinga Channel crossing through its 700 sq mile land area. The park was named after the Queen of England in 1954 following her visit.\n\n"\
- "The park is home to 618 bird species which is the 6th highest diversity in the world and the highest in Africa making it a perfect destination for Uganda Birding Safaris, in addition to 10 primate species like chimpanzees and 95 mammals including big game."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- adaptive_height:True
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/MURCHISON-FALLS.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Murchison Falls National Park'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Also known as the Kabalega National Park, the Murchison Falls National Park is popularly known for having the world’s most powerful waterfall that emits large volumes of water about 300 cubic meters per second or 11,000 ft³/s at a very powerful pressure that cause the surrounding to tremble. The park was first gazetted in 1927 and today is the largest park in Uganda covering an area of 3840 sq km / 1483 sq miles. It is commonly visited for Uganda Safari Tours because of its diverse safari activities and rich wildlife."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Lake Mburo2.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Mburo National Park'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "Lake Mburo National Park is located in Kiruhura District in the Western Region of Uganda, about 30 km (19 mi) east of Mbarara and about 240 km (150 mi) by road west of Kampala.\n"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- adaptive_height:True
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Kidepo-Valley-National-Park.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Kidepo Valley National Park'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Kidepo Valley is in the remote northeast corner of the country. The park has a true wilderness feel and is a great destination for the adventurous traveler. It has excellent wildlife viewing during the Dry season, featuring several species not encountered anywhere else in the country."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'750dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- padding:5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/bwindi-forest-national-park.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Bwindi Forest National Park'
- font_size:35
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Bwindi Impenetrable National Park is located in the southwestern part of Uganda on the rim of the Rift Valley. The hillsides which are mist-covered are sheltered by one of the ancient and very biologically varied rainforests in Uganda that dates back to more than 25,000 years, comprising of about 400 varied plant species. More notably, this “impenetrable forest” in addition protects an predictable 320 population of mountain gorillas – approximately half of the population in the world, among which are a number of habituated groups, that can be tracked by visitors.Bwindi is habitat to more than half the world’s population of Mountain Gorillas"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'650dp'
- size_hint:1,None
- padding:5
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/kibaale forest.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Kibaale National Park'
- font_size:30
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Kibale Forest National Park is one of the best safari destinations in Africa for chimpanzee trekking safaris and has the highest number and diversity of primates in East Africa. There are 13 species of primates including chimpanzees living within its 795km2 land cover with the most beautiful and most diversified tracts of tropical forest in the whole of Uganda. The Forest covering predominates in the central and northern part of the park on the raised Fort Portal plateau. At the park’s northern tip, Kibale is highest and stands 1590m above sea level"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- padding:5
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/mgahinga Gorilla.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mgahinga Gorilla National Park'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "At just 33.7km2, Mgahinga National Park is Uganda’s smallest national park. Mgahinga Gorilla National Park is located in the southwestern corner of Uganda. The Park covers the northern slopes of the three northernmost Virunga Volcanoes: Mt. Muhavura (4,127 m), Mt. Gahinga (3,474 m), and Mt. Sabinyo (3,645 m). The Park is about 10 km south of Kisoro and is bordered to the south by the Volcanoes National Park of Rwanda and to the west by the Virunga National Park of the Democratic Republic of Congo.\n\n "
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'700dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Mount-Elgon-NP-banner.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mount Elgon National Park'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "This extinct volcano is one of Uganda’s oldest physical features, first erupting around 24 million years ago\n"\
- "Mt Elgon was once Africa’s highest mountain, far exceeding Kilimanjaro’s current 5,895m. Millennia of erosion have reduced its height to 4,321m, relegating it to the 4th highest peak in East Africa and 8th on the continent"\
- "Mt Elgon is home to two tribes, the Bagisu and the Sabiny, with the marginalized Ndorobos forced to dwell deep within the forest of Benet."\
- "The Bagisu, also known as the BaMasaba, consider Mount Elgon to be the embodiment of their founding father Masaba and refer to the mountain by this name"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- padding:5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/rwenzori.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mount Rwenzori National Park'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "The Rwenzori Mountains National Park covers nearly 100,000 ha in western Uganda and comprises the main part of the Rwenzori mountain chain, which includes Africa's third highest peak (Mount Margherita: 5,109 m). The region's glaciers, waterfalls and lakes make it one of Africa's most beautiful alpine areas. The park has many natural habitats of endangered species and a rich and unusual flora comprising, among other species, the giant heather."
- font_size:20
- adaptive_height:True
- bold:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'700dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- padding:5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/semuliki.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Semuliki National Park'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Semuliki Forest Reserve was created in 1932 and upgraded to national park status in 1993. "\
- "It is the only tract of true lowland tropical forest in East Africa, hosting 441 recorded bird species and 53 mammals "\
- "Large areas of this low-lying park may flood during the wet season, a brief reminder of the time when the entire valley lay at the bottom of a lake for seven million years"\
- "\nFour distinct ethnic groups live near the park – Bwamba farmers live along the base of the Rwenzori while the Bakonjo cultivate the mountain slopes. Batuku cattle keepers inhabit the open plains and Batwa, pygmies, traditionally hunter gathers, live on the edge of the forest"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- <Rivers>:
- name:'rivers'
- canvas.before:
- Color:
- rgba:1,1,1,1
- Rectangle:
- size:self.size
- MDBoxLayout:
- orientation:'vertical'
- padding:'5dp'
- ScrollView:
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDBoxLayout:
- orientation:'vertical'
- padding:'24dp','24dp','24dp','24dp'
- size_hint_y: None
- width:self.minimum_width
- height:self.minimum_height
- spacing:10
- md_bg_color:app.theme_cls.primary_color
- MDIconButton:
- icon:'arrow-left'
- on_press:root.manager.current='home'
- MDLabel:
- text: "Rivers In Uganda;"
- adaptive_height:True
- bold:True
- font_style:'H6'
- font_size:30
- Widget:
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Nile-river.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Nile'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "The Nile is one of the world's great waterways, at 4,180 miles (6,695 kilometers) generally regarded as the longest river in the world and among the most culturally significant natural formations in human history.[1] Flowing northward from remote sources in the mountains of Ethiopia and central Africa and draining into the Mediterranean Sea, the Nile has flooded seasonally over millennia to provide life-giving fertile soils and irrigation for Egypt's people. The drainage basin of the Nile encompasses about 10 percent of the area of Africa"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- adaptive_height:True
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/river kafu.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Kafu'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "The Kafu River which is about 180km in length is located in Western Uganda and flows through the districts of Luwero, Nakaseke, Nakasongola, Kyankwazi, Hoima, and Masindi. Its source is the swamp located approximately 12 kilometers northeast of the village of Kitoma, in Kibaale District, Western Uganda. It empties into Victoria Nile around Masindi Port in the District of Masindi, Western Uganda."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/katonga river.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Katonga'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "River Katonga with a length of 220 km is located in the south-western part of Uganda. It starts from Lake Victoria and flows, first, northwards into Lake Wamala. The river then flows westwards to empty into Lake George which connects via the Kazinga Channel, with Lake Edward on the border between Uganda and the Democratic Republic of Congo. "\
- "The source of River Katonga is located in Lukaya, Kalungu District. River Katonga enters Lake George at Mpanga in Kamwenge District. On its course westwards, the river forms the borders of the following districts: Kalungu District, Bukomansimbi District, Mpigi District, and Butambala District."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/river mayanja.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Mayanja'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "The Mayanja River is located in Central Uganda. It starts from the hills, northeast of the town of Wakiso, in Wakiso District, Central Uganda and flows in a northwestern direction to empty into River Kafu, Nakaseke District at its border with Masindi District and Kyankwanzi District. "\
- "The source of River Mayanja is located in Wakiso, with coordinates: Latitude:0.41000, 32.52000. River Mayanja enters River Kafu near the village of Ndede, in Nakaseke District, with coordinates: Latitude:1.357"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- adaptive_height:True
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/river ora.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Ora'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Ora River is next to Rabiya and is located in Arua District, Northern Region, Uganda. Ora River has a length of 25.1 kilometres."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- padding:5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/river rwizi.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Rwizi'
- font_size:35
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "The River Rwizi is a beautiful river that navigates through the town of Mbarara in South Western Uganda, providing a source of water and livelihood to people across the region.11 Economic activities in the catchment area include mainly subsistence and commercial crop agriculture, livestock rearing, fish farming, brickmaking, sand mining, tourism and industries like Coca Cola production and beer breweries, among others"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'650dp'
- size_hint:1,None
- padding:5
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/river sezibwa.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Sezzibwa'
- font_size:30
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "The Sezibwa River is located in Central Uganda. It starts from the wetlands between Lake Victoria and Lake Kyoga, west of the Victoria Nile and flows in a generally northerly direction to empty into Lake Kyoga. The source of River Sezibwa is located in Buikwe District, near the town of Ngogwe. River Sezibwa enters Lake Kyoga in Kayunga District, near the town of Galilaya. The length of River Sezibwa is approximately 150 kilometers (93 mi) from source to end. Between its source in Buikwe District, but before it enters Kayunga District, the river flows through Mukono District"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- padding:5
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/lugogo river.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lugogo River'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "River Lugogo (River Lugogo) is a ditch (class H - Hydrographic) in Uganda (general), Uganda (Africa) with the region font code of Africa/Middle East. It is located at an elevation of 1,183 meters above sea level. "\
- "River Lugogo is also known as Lugogo Channel, River Lugogo."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/achwa river.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'River Achwa'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "The Achwa River is a river of Uganda in eastern Africa. It flows through the northern central part of the country, draining much of Uganda's northern plateau and northeastern highlands, before crossing the border into South Sudan where it joins the White Nile. In South Sudan it is known as the Aswa River"
- bold:True
- font_size:20
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- <Mount>:
- name:'Mountains'
- canvas.before:
- Color:
- rgba:1,1,1,1
- Rectangle:
- size:self.size
- MDBoxLayout:
- orientation:'vertical'
- padding:'5dp'
- ScrollView:
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDBoxLayout:
- orientation:'vertical'
- padding:'24dp','24dp','24dp','24dp'
- size_hint_y: None
- width:self.minimum_width
- height:self.minimum_height
- spacing:10
- md_bg_color:app.theme_cls.primary_color
- MDIconButton:
- icon:'arrow-left'
- on_press:root.manager.current='home'
- MDLabel:
- text: "Mountains In Uganda;"
- adaptive_height:True
- bold:True
- font_style:'H6'
- font_size:30
- Widget:
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Mount-Gahinga.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mountain Gahinga'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Mount Gahinga is a dormant/extinct volcano in the Virunga Mountains on the border between Rwanda and Uganda. Gahinga lies between Muhabura and Sabyinyo"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- adaptive_height:True
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Mt-Rwenzori.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mountain Rwenzori'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Mountain Rwenzori National Park is located within the “Mountains of the Moon”, as Mount Rwenzori is called. Mountain Rwenzori is situated in Western Uganda in the East African Rift Valley and straddles also to the Democratic Republic of Congo and its conservation area known as Virunga National Park. The mountain is the third highest in Africa"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/mountain_muhabura.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mountain Muhabura'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "Mount Muhabura, also known as Mount Muhavura, is an inactive volcano in the Virunga Mountains on the border between Rwanda and Uganda. At 4,127 metres Muhabura is the third highest of the eight major mountains of the mountain range, which is a part of the Albertine Rift, the western branch of the East African Rif"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- adaptive_height:True
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Mount-Elgon-NP-banner.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Mountain Elgon'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Mount Elgon is an extinct shield volcano on the border of Uganda and Kenya, north of Kisumu and west of Kitale. The mountain's highest point, named 'Wagagai', is located entirely within Uganda"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- adaptive_height:True
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/tororo-rock.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Tororo Rock'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Tororo Rock is a rock formation located in the town of Tororo in the Eastern Region of Uganda. It serves as the defining feature of the town. It is also a tourist attraction being climbable in around an hour. The climb involves four ladders up the last sections but the walk does not require any skill"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- <Dams>:
- name:'dams'
- canvas.before:
- Color:
- rgba:1,1,1,1
- Rectangle:
- size:self.size
- MDBoxLayout:
- orientation:'vertical'
- padding:'5dp'
- ScrollView:
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDBoxLayout:
- orientation:'vertical'
- padding:'24dp','24dp','24dp','24dp'
- size_hint_y: None
- width:self.minimum_width
- height:self.minimum_height
- spacing:10
- md_bg_color:app.theme_cls.primary_color
- MDIconButton:
- icon:'arrow-left'
- on_press:root.manager.current='home'
- MDLabel:
- text: "Dams In Uganda;"
- adaptive_height:True
- bold:True
- font_style:'H6'
- font_size:30
- Widget:
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/owen falls dam.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Owen Falls Dam'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Nalubaale Power Station, formerly known as Owen Falls Dam, is a hydroelectric power station across the White Nile near its source at Lake Victoria in Uganda. Nalubaale is the Luganda name for Lake Victoria"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- adaptive_height:True
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Karuma dam.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Karuma Dam'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Nalubaale Power Station, formerly known as Owen Falls Dam, is a hydroelectric power station across the White Nile near its source at Lake Victoria in Uganda. Nalubaale is the Luganda name for Lake Victoria"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- <Lakes>:
- name:'lakes'
- canvas.before:
- Color:
- rgba:1,1,1,1
- Rectangle:
- size:self.size
- MDBoxLayout:
- orientation:'vertical'
- padding:'5dp'
- ScrollView:
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDBoxLayout:
- orientation:'vertical'
- padding:'24dp','24dp','24dp','24dp'
- size_hint_y: None
- width:self.minimum_width
- height:self.minimum_height
- spacing:10
- md_bg_color:app.theme_cls.primary_color
- MDIconButton:
- icon:'arrow-left'
- on_press:root.manager.current='home'
- MDLabel:
- text: "Lakes In Uganda;"
- adaptive_height:True
- bold:True
- font_style:'H6'
- font_size:30
- Widget:
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/lake victoria.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Victoria'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Lake Victoria is the world's largest tropical lake and the largest lake in the African Great Lakes region. The lake supports the largest freshwater fishery in the world, producing 1 million tons of fish per year and employing 200,000 people in supporting the livelihoods of 4 million people. The major threats to the lake are deforestation, land use change, wetland degradation and discharge from urban areas, industries and farmlands."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- adaptive_height:True
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/kyoga lake.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Kyoga'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Lake Kyoga (literally 'the place of bathing' in Runyoro language) is a large shallow lake in Uganda, about 1,720 km2 (660 sq mi)[1] in area and at an elevation of 1,033 metres.[2] The Victoria Nile flows through the lake on its way from Lake Victoria to Lake Albert. The main inflow from Lake Victoria is regulated by the Nalubaale Power Station in Jinja. Another source of water is the Mount Elgon region on the border between Uganda and Kenya. While Lake Kyoga is part of the African Great Lakes system, it is not itself considered a great lake"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Lake-Edward.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Edward'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "Lake Edward (locally Rwitanzigye or Rweru) is one of the smaller African Great Lakes. It is located in the Albertine Rift, the western branch of the East African Rift, on the border between the Democratic Republic of the Congo (DRC) and Uganda, with its northern shore a few kilometres south of the equator."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- adaptive_height:True
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Lake-Katwe.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Katwe'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Lake Katwe is known throughout Uganda and the East African region for its substantial salt production and has been producing high quality salt for many years. Geographically, Lake Katwe is found within an explosion crater in the formerly active volcanic area north-east of Lake Edward and south-east of Lake George. The lake is found in the small run-down town of Katwe on the outskirts of the Queen Elizabeth National Park in the Kasese district"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- padding:5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Lake-George.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake George'
- font_size:35
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Located in southwestern Uganda, Lake George is a shallow lake with an average depth of around 2.4 metres. The lake is in the western part of the Great Rift Valley and the explorer Henry M. Stanley named it after King George V."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'650dp'
- size_hint:1,None
- padding:5
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/lake-albert.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Albert'
- font_size:30
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Lake Albert is shared between Uganda and the Democratic Republic of Congo (DRC). The lake's water is mainly controlled by the Nile River. Population density in some parts of the lake basin is as high as 149 people/km2. The population growth rate is also quite high."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- padding:5
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Lake bunyonyi.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Bunyonyi'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "Lake Bunyonyi (‘place of many little birds’) is undoubtedly the loveliest lake in Uganda. Its contorted shore encircles 29 islands, surrounded by steep terraced hillsides reminiscent of parts of Nepal"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/lake wamala.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Wamala'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Lake Wamala is one of the freshwater bodies located in Central Uganda, covering a total area of 250 km². It is a relatively shallow with a depth ranging from 1.5 m to 4.5 m. It is surrounded by papyrus beds, reed (Phragmites), Raphia palms and wild date palms (Phoenix reclinata)."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- padding:5
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Mutanda lake.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lake Mutanda'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "Lake Mutanda is a small, freshwater lake in the far southwest of Uganda, close to Bwindi Impenetrable Forest and Mgahinga Gorilla National Park. It is drained by the Rutshuru River, flowing northward to Lake Edward."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Kabakas-Lake.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:"Kabaka's Lake/ Kayanja ka Kabaka"
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "The Kabaka’s lake is situated in Ndeeba in between Nabunya road and ring road. The lake is a few kilometers away from Kampala Uganda’s capital city. Historically this lake was constructed in 1880. Kabaka Mwanga II orded wanted it mainly act as an escape corridor during the British armed conflicts."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- <Others>:
- name:'others'
- canvas.before:
- Color:
- rgba:1,1,1,1
- Rectangle:
- size:self.size
- MDBoxLayout:
- orientation:'vertical'
- padding:'5dp'
- ScrollView:
- bar_width:4
- bar_color:app.theme_cls.primary_color
- MDBoxLayout:
- orientation:'vertical'
- padding:'24dp','24dp','24dp','24dp'
- size_hint_y: None
- width:self.minimum_width
- height:self.minimum_height
- spacing:10
- md_bg_color:app.theme_cls.primary_color
- MDIconButton:
- icon:'arrow-left'
- on_press:root.manager.current='home'
- MDLabel:
- text: "Other Places To Visit In Uganda;"
- adaptive_height:True
- bold:True
- font_style:'H6'
- font_size:30
- Widget:
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Entebbe airport.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Entebbe Airport'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Entebbe International Airport is the only international airport in Uganda. It is located about 6 kilometres southwest of the town of Entebbe, on the northern shores of Lake Victoria. This is approximately 40 kilometres by road south-west of the central business district of Kampala, the capital city of Uganda"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/entebe zo.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Entebbe Zoo '
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "The Uganda Wildlife Conservation Education Centre (Entebbe Zoo) is located 15 minutes from Entebbe International Airport, 36 kilometers from Uganda's capital Kampala. The centre cares for rescued animals, often victims of bush meat trade, habitat destruction, or illegal trade. "
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'750dp'
- size_hint:1,None
- padding:5
- spacing:5
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/beaches.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Beaches'
- font_size:50
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDLabel:
- text:
- "Imperial Beach:"\
- "Enabling some matchless water sports and golden sunset views Imperial Resort Beach and Imperial Botanical Beach are two iconic beaches located just beside to Imperial Beach Resort Hotel."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- adaptive_height:True
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/kampalaserenahotel1.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Kampala Serena Hotel'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "This high-end hotel is 3 km from the Uganda Museum, 4 km from Kabaka's Palace and 6 km from Kasubi Tombs"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/lido.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Lido Beach Entebbe'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "Lido Beach is a small beach in Entebbe.It's around 0.48km in length"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'520dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- adaptive_height:True
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/nakasero.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Nakasero Market'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Nakasero Market is a market in Kampala, Uganda, located at the foot of Nakasero hill. It sells fresh food, textiles, shoes and cheap electronics. Nakasero market is located 50 meters off the Entebbe Road.It is one of the biggest markets in Kampala city central business District"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- padding:5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Spennah-beach.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Spennah Beach Entebbe'
- font_size:35
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "Spenah Beach is a private beach located the serene waters of Lake Victoria in Entebbe. It's available for families, friends, events and meet-ups"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release:root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:40
- height:'650dp'
- size_hint:1,None
- padding:5
- #border_radius:25
- radius:36, 36
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/sky beach.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'SKY Beach Entebbe'
- font_size:30
- halign:'center'
- outline:True
- outline_color:1,1,0,1
- outline_width:1
- adaptive_height:True
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- padding:5
- elevation:25
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/eqator.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'The Equator'
- font_size:25
- font_style:'H6'
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- adaptive_height:True
- MDLabel:
- text:
- "The Uganda equator is one of the most and well known landmarks in Uganda.” The intersection of the earth’s surface with the plane perpendicular to the earth’s axis of rotation and containing the earth’s center of mass” is what Wikipedia sometimes refers to the equator as, but it is still the imaginary line that divides the world into two halves"
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/owino.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Owino Market'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "St Balikuddembe market was started in 1971 with 320 vendors who were reallocated by Kampala City Council from Nakasero Market to this site. The City Council named the new market; Municipal Market which was later renamed by vendors to Owino Market after an old man called Owino whom the vendors found on the site roasting maize and sweet potatoes."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- MDCard:
- orientation:'vertical'
- elevation:20
- height:'650dp'
- size_hint:1,None
- #border_radius:25
- radius:36, 36
- elevation:25
- padding:5
- ripple_behavior:False
- #md_bg_color:1,1,0,.5
- #on_press: screen_man.current='doors'
- FitImage:
- source:'parks/Parliament.jpg'
- radius: 36, 36
- size_hint:1,3
- MDLabel:
- text:'Parliament'
- font_size:25
- font_style:'H6'
- adaptive_height:True
- font_name:'fonts/popins.ttf'
- color:app.theme_cls.primary_color
- halign:'center'
- MDLabel:
- text:
- "The unicameral Parliament of Uganda is the country's legislative body. The most significant of the Ugandan parliament's functions is to pass laws which will provide good governance in the country. The government ministers are bound to answer to the people's representatives on the floor of the house."
- font_size:20
- bold:True
- adaptive_height:True
- MDFillRoundFlatButton:
- text:'Book a tour Now'
- md_bg_color: app.theme_cls.primary_color
- size_hint:.8,.3
- pos_hint:{'center_x':.5}
- on_release: root.show_simple_dialog()
- <CustomImageTile@SmartTileWithLabel>:
- size_hint_y:None
- size_hint_x:None
- height: '160dp'
- width: '160dp'
Advertisement
Advertisement