Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-11-25 14:43:20 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-25 14:43:20 (GMT)
commit4e110ec086423b5d28896092adb6c46d99929a93 (patch)
tree390fe2eb1690ef6a4d0ce91dac34dcefc5cb660c /activity
First commit
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-helloworld.svg24
-rw-r--r--activity/activity.info7
2 files changed, 31 insertions, 0 deletions
diff --git a/activity/activity-helloworld.svg b/activity/activity-helloworld.svg
new file mode 100644
index 0000000..0fd0f98
--- /dev/null
+++ b/activity/activity-helloworld.svg
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#010101">
+]>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="55"
+ height="55"
+ viewBox="0 0 55 55"
+ id="svg2"
+ xml:space="preserve"><g
+ id="g3793"><rect
+ width="45.66787"
+ height="43.483765"
+ ry="9.5306864"
+ x="4.7653432"
+ y="5.9566793"
+ id="rect3016"
+ style="color:&stroke_color;;fill:&fill_color;;fill-opacity:1;stroke:&stroke_color;;stroke-width:3.5;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /><path
+ d="m 14.29603,5.9566793 26.606496,0 c 5.280001,0 9.530687,4.2506857 9.530687,9.5306867 l 0,2.211196 -45.6678698,0 0,-2.211196 c 0,-5.280001 4.2506861,-9.5306867 9.5306868,-9.5306867 z"
+ id="rect3786"
+ style="color:&stroke_color;;fill:&stroke_color;;fill-opacity:1;stroke:&stroke_color;;stroke-width:3.5;stroke-miterlimit:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /></g></svg> \ No newline at end of file
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100644
index 0000000..a8ce3a3
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,7 @@
+[Activity]
+name = TestTheme3
+activity_version = 3
+bundle_id = org.sugarlabs.TestTheme3
+exec = sugar-activity activity.TestTheme3Activity
+icon = activity-helloworld
+license = GPLv2+