include north symbol on map
This commit is contained in:
parent
7ac6322a29
commit
253e6861d5
BIN
assets/screen_compass.png
Normal file
BIN
assets/screen_compass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
8
assets/screen_compass.svg
Normal file
8
assets/screen_compass.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
@ -68,7 +68,7 @@
|
|||||||
on_press: root.manager.transition = RiseInTransition(); root.manager.current = 'compass'; app.set_destination()
|
on_press: root.manager.transition = RiseInTransition(); root.manager.current = 'compass'; app.set_destination()
|
||||||
IconButton:
|
IconButton:
|
||||||
source: 'assets/to_self.png'
|
source: 'assets/to_self.png'
|
||||||
pos_hint: {"x":0.4, "bottom":0.1}
|
pos_hint: {"x":0.8, "top":0.80}
|
||||||
size_hint: 0.2, 0.2
|
size_hint: 0.2, 0.2
|
||||||
on_press: app.center_map_on_gps()
|
on_press: app.center_map_on_gps()
|
||||||
IconButton:
|
IconButton:
|
||||||
@ -76,7 +76,10 @@
|
|||||||
size_hint: 0.2, 0.2
|
size_hint: 0.2, 0.2
|
||||||
source: 'assets/to_settings.png'
|
source: 'assets/to_settings.png'
|
||||||
on_press: root.manager.transition = SlideTransition(direction='right'); root.manager.current = 'settings'
|
on_press: root.manager.transition = SlideTransition(direction='right'); root.manager.current = 'settings'
|
||||||
|
Image:
|
||||||
|
pos_hint: {"x":0.05, "bottom":0.1}
|
||||||
|
size_hint: 0.2, 0.2
|
||||||
|
source: 'assets/screen_compass.png'
|
||||||
|
|
||||||
<CompassScreen>:
|
<CompassScreen>:
|
||||||
facade: facade
|
facade: facade
|
||||||
@ -156,7 +159,7 @@
|
|||||||
BackgroundLabel:
|
BackgroundLabel:
|
||||||
text: "Compas smoothing"
|
text: "Compas smoothing"
|
||||||
background_color: rgba(app.theme['bgcolor'])
|
background_color: rgba(app.theme['bgcolor'])
|
||||||
color: rgba("#346645")
|
color: rgba(app.theme['fgcolor'])
|
||||||
font_size: '14sp'
|
font_size: '14sp'
|
||||||
BgSlider:
|
BgSlider:
|
||||||
id: slider_smoothing
|
id: slider_smoothing
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user