From ea147c580a82de86038f51e8df85d4d871025325 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Mon, 7 Dec 2015 23:11:58 +0100 Subject: [PATCH] Flip order of copyright statements. The text looks slightly more logical like this. --- res/layout/about_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/about_activity.xml b/res/layout/about_activity.xml index c077d8a..939e4d2 100644 --- a/res/layout/about_activity.xml +++ b/res/layout/about_activity.xml @@ -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" /> -- 2.43.0