diff --git a/app/src/main/java/eu/pkgsoftware/babybuddywidgets/AboutFragment.java b/app/src/main/java/eu/pkgsoftware/babybuddywidgets/AboutFragment.java index 09a1ea1..1eafd12 100644 --- a/app/src/main/java/eu/pkgsoftware/babybuddywidgets/AboutFragment.java +++ b/app/src/main/java/eu/pkgsoftware/babybuddywidgets/AboutFragment.java @@ -80,7 +80,7 @@ public Range(int start, int end) { } } - private static Pattern HREF_DETECTOR_PATTERN = Pattern.compile("]*>([^<]*)"); + private static Pattern HREF_DETECTOR_PATTERN = Pattern.compile("]*>([^<]*)"); private void filterLinksFromTextFields(ViewGroup root) { for (int i = 0; i < root.getChildCount(); i++) { @@ -207,7 +207,7 @@ public void updateDrawState(@NonNull TextPaint ds) { filterLinksFromTextFields(binding.root); - return binding.root; + return binding.getRoot(); } @Override diff --git a/app/src/main/res/layout/about_fragment.xml b/app/src/main/res/layout/about_fragment.xml index ba77c40..5217b6a 100644 --- a/app/src/main/res/layout/about_fragment.xml +++ b/app/src/main/res/layout/about_fragment.xml @@ -1,35 +1,42 @@ - - + android:orientation="vertical"> - + - + - + + + + + - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index dea5aa9..39ad9c5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -21,7 +21,8 @@ Baby Buddy - This Android application is Open Source software licensed under the MIT License (see below).\n\nThe source code of the application is available at <a href=\'https://github.com/MrApplejuice/BabyBuddyAndroid/\'>https://github.com/MrApplejuice/BabyBuddyAndroid/</a>.\n\nThe application uses third-party media under attribution licenes listed below. + This Android application is Open Source software created by <a href=\'http://www.craftware.info\'>Paul Konstantin Gerke</a> and licensed under the MIT License (see below).\n\nThe source code of the application is available at <a href=\'https://github.com/MrApplejuice/BabyBuddyAndroid/\'>https://github.com/MrApplejuice/BabyBuddyAndroid/</a>.\n\nThe application uses third-party media under attribution licenes listed below. + Third party media Settings