From 85f41657ddda84e4bc6327b8c1a26b5f2d17ee0f Mon Sep 17 00:00:00 2001 From: androidacy-user Date: Fri, 14 Apr 2023 11:47:59 -0400 Subject: [PATCH] (misc) minor setup tweaks Signed-off-by: androidacy-user --- app/src/main/res/layout/activity_setup.xml | 29 ++++++++++++++++++++++ app/src/main/res/layout/module_entry.xml | 1 + app/src/main/res/values/strings.xml | 3 +++ 3 files changed, 33 insertions(+) diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index 0f94d09..1a85793 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -262,6 +262,35 @@ android:textAppearance="@android:style/TextAppearance.Material.Small" android:visibility="gone" /> + + + + + + + + diff --git a/app/src/main/res/layout/module_entry.xml b/app/src/main/res/layout/module_entry.xml index baac45d..264f306 100644 --- a/app/src/main/res/layout/module_entry.xml +++ b/app/src/main/res/layout/module_entry.xml @@ -98,6 +98,7 @@ android:layout_height="wrap_content" android:layout_marginVertical="2dp" android:padding="4dp" + android:autoLink="all" android:text="@string/loading" android:textAppearance="?attr/textAppearanceBodyMedium" android:textColor="?android:attr/textColorSecondary" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e933fb7..22772a2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -400,4 +400,7 @@ Creates a blur effect behind some dialogs and elements. Note that blur may not perform well on some devices and may not work for everyone. An error occurred reading shared preferences. Please reset the app. An app restart is required to enable showcase mode. + Other + This app is licensed under the LGPL-3.0, found at https://www.gnu.org/licenses/lgpl-3.0.en.html + By using this app, you are agreeing to the EULA in addition to the terms set forth in the LGPL, found at https://www.androidacy.com/foxmmm-eula/