diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-06 21:03:05 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-06 21:04:21 (GMT) |
| commit | 8ed80eeebab06dba5839a7f08703494a9917348a (patch) | |
| tree | 42ae928cd966ca56ca23345cad6653fbca5dc727 /res | |
| parent | 59bb70fa649d1994d367e69fb6272f36a6176825 (diff) | |
wasp: launcher: Experimental launcher implementation
It is not really the launcher itself that is immature. Rather that the
framework and UI concepts to move between applications isn't complete
yet.
Diffstat (limited to 'res')
| -rw-r--r-- | res/app_icon.png | bin | 0 -> 7124 bytes |
| -rw-r--r-- | res/clock_icon.png | bin | 0 -> 965 bytes |
| -rw-r--r-- | res/down_arrow.png | bin | 0 -> 599 bytes |
| -rw-r--r-- | res/settings_icon.png | bin | 0 -> 1082 bytes |
| -rw-r--r-- | res/torch_icon.png | bin | 0 -> 820 bytes |
| -rw-r--r-- | res/up_arrow.png | bin | 0 -> 593 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/res/app_icon.png b/res/app_icon.png Binary files differnew file mode 100644 index 0000000..574f75f --- /dev/null +++ b/res/app_icon.png diff --git a/res/clock_icon.png b/res/clock_icon.png Binary files differnew file mode 100644 index 0000000..165bf51 --- /dev/null +++ b/res/clock_icon.png diff --git a/res/down_arrow.png b/res/down_arrow.png Binary files differnew file mode 100644 index 0000000..ef94eb3 --- /dev/null +++ b/res/down_arrow.png diff --git a/res/settings_icon.png b/res/settings_icon.png Binary files differnew file mode 100644 index 0000000..d1141b0 --- /dev/null +++ b/res/settings_icon.png diff --git a/res/torch_icon.png b/res/torch_icon.png Binary files differnew file mode 100644 index 0000000..bbd4db3 --- /dev/null +++ b/res/torch_icon.png diff --git a/res/up_arrow.png b/res/up_arrow.png Binary files differnew file mode 100644 index 0000000..c990949 --- /dev/null +++ b/res/up_arrow.png |
