Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/activity
diff options
context:
space:
mode:
authorJoshua Minor <j@lux.vu>2007-12-22 00:23:11 (GMT)
committer Joshua Minor <j@lux.vu>2007-12-22 00:23:11 (GMT)
commit81c32d12cf7ef1619a518a97a93acc994cba031e (patch)
treee8d5574a97cad8f90e668a791af0dc4e26cfebda /Speak.activity/activity
Initial version of Speak.activity
Diffstat (limited to 'Speak.activity/activity')
-rw-r--r--Speak.activity/activity/activity-speak.svg15
-rw-r--r--Speak.activity/activity/activity.info7
2 files changed, 22 insertions, 0 deletions
diff --git a/Speak.activity/activity/activity-speak.svg b/Speak.activity/activity/activity-speak.svg
new file mode 100644
index 0000000..ce92ad4
--- /dev/null
+++ b/Speak.activity/activity/activity-speak.svg
@@ -0,0 +1,15 @@
+<?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 "#000000">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <rect x="3" y="24" width="44" height="20"
+ style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2"/>
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="12" cy="12" rx="10" ry="10"/>
+ <ellipse fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="36" cy="12" rx="10" ry="10"/>
+ <circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="16" cy="10" r="2"/>
+ <circle fill="&fill_color;" stroke="&stroke_color;" stroke-width="3.5" cx="40" cy="10" r="2"/>
+</svg>
+
diff --git a/Speak.activity/activity/activity.info b/Speak.activity/activity/activity.info
new file mode 100644
index 0000000..3f7c5ee
--- /dev/null
+++ b/Speak.activity/activity/activity.info
@@ -0,0 +1,7 @@
+[Activity]
+name = Speak
+service_name = vu.lux.olpc.Speak
+class = activity.SpeakActivity
+icon = activity-speak
+activity_version = 1
+show_launcher = yes