1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-09 17:44:57 +09:00

Stretched background cover affects app's performance on home dashboard screen (#901)

This commit is contained in:
Evgenii Kozlov 2020-09-22 19:48:02 +02:00 committed by GitHub
parent 4e3dfe5754
commit 40737f2d25
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
### Fixes & tech 🚒
* Should not crash Android client when changing media block's background color on Desktop client (#814)
* Stretched background cover affects app's performance on home dashboard screen (#901)
### Middleware ⚙

View file

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background_home_dashboard">
android:background="@drawable/home_dashboard_cover">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/desktopRecycler"