diff options
| author | Carlosgg <carlosgilglez@gmail.com> | 2020-10-22 15:59:17 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-12 21:44:22 (GMT) |
| commit | 306a1ec0a4dd037a59ab869f301546f7646a8ebe (patch) | |
| tree | bbeb8d16cdcc6e9a272a37d5e2cee87d7e5f7503 /res | |
| parent | 294797d8263b316809214a2d1cb9534dff810bd0 (diff) | |
apps: Add music player app with GadgetBridge support
Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
[daniel@redfelineninja.org.uk: fix regressions on simulator, disable by
default (for now) on real hardware and remove a couple of whitespace
changes to existing files]
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'res')
| -rw-r--r-- | res/MusicPlayerApp.png | bin | 0 -> 8324 bytes |
| -rwxr-xr-x | res/headset.png | bin | 0 -> 624 bytes |
| -rwxr-xr-x | res/pause.png | bin | 0 -> 953 bytes |
| -rwxr-xr-x | res/play.png | bin | 0 -> 1030 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/res/MusicPlayerApp.png b/res/MusicPlayerApp.png Binary files differnew file mode 100644 index 0000000..9b6b7e3 --- /dev/null +++ b/res/MusicPlayerApp.png diff --git a/res/headset.png b/res/headset.png Binary files differnew file mode 100755 index 0000000..4cdc52b --- /dev/null +++ b/res/headset.png diff --git a/res/pause.png b/res/pause.png Binary files differnew file mode 100755 index 0000000..9ff29d9 --- /dev/null +++ b/res/pause.png diff --git a/res/play.png b/res/play.png Binary files differnew file mode 100755 index 0000000..03fcd4e --- /dev/null +++ b/res/play.png |
