From afd359b383a09f720d512dbf1f3bb6707dc4b83e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 10 Jul 2018 11:38:50 +0300 Subject: Implemented job type picker dialog. Implemented "native" touch listbox. --- Software/Graphics/Mobile/ball-of-yarn.svg | 89 ++++++++++++++++++++++++ Software/Graphics/Mobile/embroidery.xaml | 54 ++++++++++++++ Software/Graphics/Mobile/sewing-machine (1).svg | 7 ++ Software/Graphics/Mobile/sewing-machine (1).xaml | 19 +++++ Software/Graphics/Mobile/sewing-machine.svg | 14 ++++ Software/Graphics/Mobile/sewing.xaml | 34 +++++++++ 6 files changed, 217 insertions(+) create mode 100644 Software/Graphics/Mobile/ball-of-yarn.svg create mode 100644 Software/Graphics/Mobile/embroidery.xaml create mode 100644 Software/Graphics/Mobile/sewing-machine (1).svg create mode 100644 Software/Graphics/Mobile/sewing-machine (1).xaml create mode 100644 Software/Graphics/Mobile/sewing-machine.svg create mode 100644 Software/Graphics/Mobile/sewing.xaml (limited to 'Software/Graphics') diff --git a/Software/Graphics/Mobile/ball-of-yarn.svg b/Software/Graphics/Mobile/ball-of-yarn.svg new file mode 100644 index 000000000..5b7bce46b --- /dev/null +++ b/Software/Graphics/Mobile/ball-of-yarn.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/Mobile/embroidery.xaml b/Software/Graphics/Mobile/embroidery.xaml new file mode 100644 index 000000000..366f71237 --- /dev/null +++ b/Software/Graphics/Mobile/embroidery.xaml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/Mobile/sewing-machine (1).svg b/Software/Graphics/Mobile/sewing-machine (1).svg new file mode 100644 index 000000000..41a171227 --- /dev/null +++ b/Software/Graphics/Mobile/sewing-machine (1).svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Software/Graphics/Mobile/sewing-machine (1).xaml b/Software/Graphics/Mobile/sewing-machine (1).xaml new file mode 100644 index 000000000..d07e2910f --- /dev/null +++ b/Software/Graphics/Mobile/sewing-machine (1).xaml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/Software/Graphics/Mobile/sewing-machine.svg b/Software/Graphics/Mobile/sewing-machine.svg new file mode 100644 index 000000000..42d06ec3a --- /dev/null +++ b/Software/Graphics/Mobile/sewing-machine.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/Software/Graphics/Mobile/sewing.xaml b/Software/Graphics/Mobile/sewing.xaml new file mode 100644 index 000000000..22f138236 --- /dev/null +++ b/Software/Graphics/Mobile/sewing.xaml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1