diff --git a/assets/marker_dest.png b/assets/marker_dest.png index 6318d25..0a702c3 100644 Binary files a/assets/marker_dest.png and b/assets/marker_dest.png differ diff --git a/assets/marker_dest.svg b/assets/marker_dest.svg index 05f4784..c4dc2c2 100644 --- a/assets/marker_dest.svg +++ b/assets/marker_dest.svg @@ -1,67 +1,41 @@ - - - - - image/svg+xml - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/marker_self.png b/assets/marker_self.png index c6b51a1..81e0c8d 100644 Binary files a/assets/marker_self.png and b/assets/marker_self.png differ diff --git a/assets/marker_self.svg b/assets/marker_self.svg index 7bac541..44389e1 100644 --- a/assets/marker_self.svg +++ b/assets/marker_self.svg @@ -1,135 +1,18 @@ - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + diff --git a/assets/needle_bright.png b/assets/needle_bright.png new file mode 100644 index 0000000..9261452 Binary files /dev/null and b/assets/needle_bright.png differ diff --git a/assets/needle_bright.svg b/assets/needle_bright.svg new file mode 100644 index 0000000..a11250e --- /dev/null +++ b/assets/needle_bright.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N + + + diff --git a/assets/needle_dark.png b/assets/needle_dark.png new file mode 100644 index 0000000..dbf24e2 Binary files /dev/null and b/assets/needle_dark.png differ diff --git a/assets/needle_dark.svg b/assets/needle_dark.svg new file mode 100644 index 0000000..3bba8ed --- /dev/null +++ b/assets/needle_dark.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + N + + diff --git a/assets/to_compass.png b/assets/to_compass.png new file mode 100644 index 0000000..636ea2f Binary files /dev/null and b/assets/to_compass.png differ diff --git a/assets/to_compass.svg b/assets/to_compass.svg new file mode 100644 index 0000000..a4cb25f --- /dev/null +++ b/assets/to_compass.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/to_map_bright.png b/assets/to_map_bright.png new file mode 100644 index 0000000..6eed291 Binary files /dev/null and b/assets/to_map_bright.png differ diff --git a/assets/to_map_bright.svg b/assets/to_map_bright.svg new file mode 100644 index 0000000..7f688e2 --- /dev/null +++ b/assets/to_map_bright.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/to_map_dark.png b/assets/to_map_dark.png new file mode 100644 index 0000000..6c84c5b Binary files /dev/null and b/assets/to_map_dark.png differ diff --git a/assets/to_map_dark.svg b/assets/to_map_dark.svg new file mode 100644 index 0000000..1414d94 --- /dev/null +++ b/assets/to_map_dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/to_self.png b/assets/to_self.png index 49357bb..6bc4042 100644 Binary files a/assets/to_self.png and b/assets/to_self.png differ diff --git a/assets/to_self.svg b/assets/to_self.svg index dc697bc..856d469 100644 --- a/assets/to_self.svg +++ b/assets/to_self.svg @@ -1,113 +1,18 @@ - - - - - - - - - image/svg+xml - - - - - - - - + + + + + + + + + + + + - - - - - - - - + + + diff --git a/assets/to_settings.png b/assets/to_settings.png index 86299cd..b6cc61a 100644 Binary files a/assets/to_settings.png and b/assets/to_settings.png differ diff --git a/assets/to_settings.svg b/assets/to_settings.svg index bda4f90..e54406a 100644 --- a/assets/to_settings.svg +++ b/assets/to_settings.svg @@ -1,75 +1,8 @@ - - - -to turnAn icon for "turn" from the Lines and Angles series on to [icon]. Downloaded from http://www.toicon.com/icons/lines-and-angles_turn by 127.0.0.1 on 2017-07-10. Licensed CC-BY, see http://toicon.com/license/ for details. - -image/svg+xmlShannon E Thomashttp://www.toicon.com/icons/lines-and-angles_turnimage/svg+xmlto turn \ No newline at end of file + + + + + + + diff --git a/flockompass.kv b/flockompass.kv index 0e493dd..371a790 100644 --- a/flockompass.kv +++ b/flockompass.kv @@ -66,7 +66,7 @@ IconButton: pos_hint: {"x":.8, "top":0.95} size_hint: 0.2, 0.2 - source: 'assets/dark_to_compass_icon.png' + source: 'assets/to_compass.png' on_press: root.manager.transition = RiseInTransition(); root.manager.current = 'compass'; app.set_destination() IconButton: source: 'assets/to_self.png' @@ -92,7 +92,7 @@ Rectangle: size: self.size Image: - source: 'assets/needle.png' + source: 'assets/needle_dark.png' pos_hint: {"center_x": 0.5, "center_y": 0.7} canvas.before: PushMatrix @@ -119,7 +119,7 @@ pos_hint: {"center_x": 0.5, "center_y": 0.7} size_hint: 1, 1 IconButton: - source: 'assets/to_map.png' + source: 'assets/to_map_dark.png' pos_hint: {"center_x": 0.1, "center_y": 0.95} size_hint: 0.2, 0.2 on_press: root.manager.current = 'map';