From 55c81eaf15c4b950e71f553894efd1a54a434d49 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 4 Nov 2014 13:09:56 -0500 Subject: Make links clickable in about text --- src/main/res/layout/activity_about.xml | 4 +++- src/main/res/values/strings.xml | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/layout/activity_about.xml b/src/main/res/layout/activity_about.xml index c1315b5a..6e6799c6 100644 --- a/src/main/res/layout/activity_about.xml +++ b/src/main/res/layout/activity_about.xml @@ -10,7 +10,9 @@ + android:layout_height="wrap_content" + android:linksClickable="true" /> diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 18863dff..0f5a5899 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -256,16 +256,17 @@ Please be careful with these About Conversations Build and licensing information - This program is free software; you can redistribute it and/or modify it + + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.\n \n - Link: http://www.gnu.org/licenses/gpl-3.0.html\n + https://www.gnu.org/licenses/gpl-3.0.html\n \n OpenPGP API is licensed under the Apache License, Version 2.0; You may obtain a copy of the License at:\n \n - http://www.apache.org/licenses/LICENSE-2.0\n + https://www.apache.org/licenses/LICENSE-2.0\n \n Minidns © 2014 Rene Treffer and is provided under the WTFPL\n \n -- cgit v1.2.3