commit dbddd5c562873f38aa928ebc92dc6e85cd7a784c
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Sun Apr 19 22:54:08 2020 +0100

    Give credit to Werner Randelshofer.

diff --git a/src/main/res/layout/dialog_about.xml b/src/main/res/layout/dialog_about.xml
index 37a23c9d..40ad9096 100644
--- a/src/main/res/layout/dialog_about.xml
+++ b/src/main/res/layout/dialog_about.xml
@@ -38,12 +38,23 @@
             android:id="@+id/about_section2"
             android:layout_width="match_parent"
             android:layout_height="fill_parent"
+            android:layout_weight="0.40"
+            android:layout_marginTop="10dp"
+            android:layout_marginLeft="10dp"
+            android:layout_marginRight="10dp"
+            android:layout_marginBottom="10dp"
+            android:text="@string/credits2"/>
+
+        <TextView
+            android:id="@+id/about_section3"
+            android:layout_width="match_parent"
+            android:layout_height="fill_parent"
             android:layout_weight="0.60"
             android:layout_marginBottom="10dp"
             android:layout_marginTop="10dp"
             android:layout_marginLeft="10dp"
             android:layout_marginRight="10dp"
-            android:text="@string/credits2"/>
+            android:text="@string/credits3"/>
 
     </LinearLayout>
 
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 1579ed5d..7346dc59 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -37,7 +37,8 @@
     <string name="downloading">Downloading…</string>
     <string name="submitting">Submitting…</string>
     <string name="credits1">Open Source app developed using the Distorted graphics library. Licensed under <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPL version 2</a> or - at your option - any later version.</string>
-    <string name="credits2">Download code, take a look at tutorials, learn how to add your own graphics effect, learn how to code your own object, contribute a Pretty Pattern, implement your own solver, or report a bug: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string>
+    <string name="credits2">Pretty Patterns by Werner Randelshofer. See <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string>
+    <string name="credits3">Download code, take a look at tutorials, learn how to add your own graphics effect, learn how to code your own object, contribute a Pretty Pattern, implement your own solver, or report a bug: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string>
 
     <string name="solver_generic_error1">Solver for this object and size not implemented yet!</string>
 
