]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Flip order of copyright statements.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 7 Dec 2015 22:11:58 +0000 (23:11 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 7 Dec 2015 22:11:58 +0000 (23:11 +0100)
The text looks slightly more logical like this.

res/layout/about_activity.xml

index c077d8aa7914343ba2c14c2bd6915c7386b09021..939e4d251d6246e032d853423775a070dfcbf11a 100644 (file)
@@ -22,7 +22,7 @@
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_gravity="center_horizontal"
-            android:text="Copyright 2009-2013 Google Inc.\nCopyright 2015 Reimar Döffinger"
+            android:text="Copyright 2015 Reimar Döffinger\nCopyright 2009-2013 Google Inc."
             android:textAppearance="?android:attr/textAppearanceSmall"
             tools:ignore="HardcodedText" />