From 5325f1955ea8e23f789de42b9607fe9a1360a38d Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Thu, 3 Dec 2020 20:37:14 +0100 Subject: [PATCH] Release 1.5.1 --- CHANGELOG.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/layout/loyalty_card_view_layout.xml | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f91547438b..79f23ee7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.5.1 (2020-12-03) + +Changes: + +- Fix bottomsheet background being transparent + ## v1.5.0 (2020-12-03) Changes: diff --git a/app/build.gradle b/app/build.gradle index 88156897a6..35f63dfe1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "me.hackerchick.catima" minSdkVersion 19 targetSdkVersion 29 - versionCode 50 - versionName "1.5.0" + versionCode 51 + versionName "1.5.1" vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/app/src/main/res/layout/loyalty_card_view_layout.xml b/app/src/main/res/layout/loyalty_card_view_layout.xml index 19849fb564..61106b1a12 100644 --- a/app/src/main/res/layout/loyalty_card_view_layout.xml +++ b/app/src/main/res/layout/loyalty_card_view_layout.xml @@ -102,6 +102,7 @@ android:id="@+id/noteView" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/inputBackground" android:gravity="center" android:padding="20dp" app:autoSizeTextType="uniform" @@ -112,6 +113,7 @@ android:id="@+id/groupsView" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/inputBackground" android:gravity="center" android:padding="20dp" app:autoSizeTextType="uniform"