From 0e9367b9e8dc6601eefcf2b7a5672ec725c03659 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2011 10:19:08 +0400 Subject: add placeholder icon --- res/drawable/icon.png | Bin 0 -> 5621 bytes res/drawable/s_icon.svg | 486 ++++++++++++++++++++++++++++++++++++++++++++++++ res/layout/main.xml | 7 + res/values/strings.xml | 5 + 4 files changed, 498 insertions(+) create mode 100644 res/drawable/icon.png create mode 100644 res/drawable/s_icon.svg create mode 100644 res/layout/main.xml create mode 100644 res/values/strings.xml (limited to 'res') diff --git a/res/drawable/icon.png b/res/drawable/icon.png new file mode 100644 index 00000000..14a5a9ec Binary files /dev/null and b/res/drawable/icon.png differ diff --git a/res/drawable/s_icon.svg b/res/drawable/s_icon.svg new file mode 100644 index 00000000..f7dddebd --- /dev/null +++ b/res/drawable/s_icon.svg @@ -0,0 +1,486 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/res/layout/main.xml b/res/layout/main.xml new file mode 100644 index 00000000..4361cfe8 --- /dev/null +++ b/res/layout/main.xml @@ -0,0 +1,7 @@ + + + diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 00000000..11c590fa --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,5 @@ + + + Hello World, MainActivity! + Tiny Tiny RSS + -- cgit v1.2.3