]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Added credits
authorThad Hughes <thadh@google.com>
Thu, 26 Dec 2013 03:23:26 +0000 (19:23 -0800)
committerThad Hughes <thadh@google.com>
Thu, 26 Dec 2013 03:23:26 +0000 (19:23 -0800)
res/layout/about_activity.xml
res/values/strings.xml
todo.txt

index 8b3410fa40849270d650572d1dc9bbcc5696291e..f8409d6247d133122c40df1d42c3be9482559d4d 100644 (file)
             android:paddingBottom="10dip"
              />
 
+         <TextView
+            android:id="@+id/textView5"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:text="@string/contributionsFrom" />
+
+        <TextView
+            android:id="@+id/textView6"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_gravity="left"
+            android:autoLink="web"
+            android:clickable="true"
+            android:text="Dominik Köppl, Uwe Trottmann, Michael Vogel, Fabio"
+            android:paddingBottom="10dip"
+             />
+        
         <TextView
             android:id="@+id/license"
             android:layout_width="wrap_content"
index f78b8c14b91bc57663eb757a50106723772b4688..b14259d2418121443938cd99d862821c60418c3e 100644 (file)
@@ -78,6 +78,7 @@
   <string name="myEmail" formatted="false">thad.hughes@gmail.com</string>
   <string name="webPage">For more information, see:</string>
   <string name="webPageUrl">http://code.google.com/p/quickdic-dictionary/</string>
+  <string name="contributionsFrom">Contributions from:</string>
   
   <string name="license">QuickDic contains code copyrighted by Google and released under the Apache 2.0 license.</string>
   <string name="licenseUrl">http://www.apache.org/licenses/LICENSE-2.0</string>
index 3eeffdfabf50972a2759972d28f023384887b714..215f3b2047e868f884b5bde9e96c0a2ecdb250b1 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,3 +1,2 @@
 * Back button in top left
-* Contributions from:
 * HtmlEntries inline, expandable.
\ No newline at end of file