Compare commits

...

1 Commits

Author SHA1 Message Date
Sylvia van Os
5325f1955e Release 1.5.1 2020-12-03 20:39:46 +01:00
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## v1.5.1 (2020-12-03)
Changes:
- Fix bottomsheet background being transparent
## v1.5.0 (2020-12-03)
Changes:

View File

@@ -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 {

View File

@@ -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"