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 --- .classpath | 0 .gitignore | 0 .project | 0 AndroidManifest.xml | 0 default.properties | 0 proguard.cfg | 0 res/drawable/icon.png | Bin 0 -> 5621 bytes res/drawable/s_icon.svg | 486 ++++++++++++++++++++++++++++++++++++ res/layout/main.xml | 7 + res/values/strings.xml | 5 + src/org/fox/ttrss/MainActivity.java | 0 11 files changed, 498 insertions(+) mode change 100755 => 100644 .classpath mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .project mode change 100755 => 100644 AndroidManifest.xml mode change 100755 => 100644 default.properties mode change 100755 => 100644 proguard.cfg 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 mode change 100755 => 100644 src/org/fox/ttrss/MainActivity.java diff --git a/.classpath b/.classpath old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.project b/.project old mode 100755 new mode 100644 diff --git a/AndroidManifest.xml b/AndroidManifest.xml old mode 100755 new mode 100644 diff --git a/default.properties b/default.properties old mode 100755 new mode 100644 diff --git a/proguard.cfg b/proguard.cfg old mode 100755 new mode 100644 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 + diff --git a/src/org/fox/ttrss/MainActivity.java b/src/org/fox/ttrss/MainActivity.java old mode 100755 new mode 100644 -- cgit v1.2.3-54-g00ecf