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:
parent
4e3dfe5754
commit
40737f2d25
3 changed files with 2 additions and 1 deletions
|
@ -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 ⚙
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue