From e3bfceb0cf2d7f02535e9cf3a43b0f0f02f678f2 Mon Sep 17 00:00:00 2001 From: Neven Date: Sat, 1 Jan 2022 13:30:31 +0100 Subject: [PATCH] Add changes for v1.8.6-beta.1 --- app/src/main/res/layout/dialog_whats_new.xml | 25 ++++++++++++++++++- app/src/main/res/values/styles.xml | 8 ++++++ .../{whats_new.xml => whats_new_strings.xml} | 2 ++ 3 files changed, 34 insertions(+), 1 deletion(-) rename app/src/main/res/values/{whats_new.xml => whats_new_strings.xml} (84%) diff --git a/app/src/main/res/layout/dialog_whats_new.xml b/app/src/main/res/layout/dialog_whats_new.xml index 74143f44d..c322673eb 100644 --- a/app/src/main/res/layout/dialog_whats_new.xml +++ b/app/src/main/res/layout/dialog_whats_new.xml @@ -18,10 +18,33 @@ android:id="@+id/dialog_whats_new_intro" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginBottom="@dimen/space_between_content_areas" android:text="@string/whats_new_intro"/> + + + + + + + + + + + + + + +