1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-11 10:18:05 +09:00

New cover for home dashboard (#839)

This commit is contained in:
Evgenii Kozlov 2020-09-11 16:27:55 +02:00 committed by GitHub
parent 0b8f97a522
commit 479d12c09b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
### Design & UX 🔳
* New cover for home dashboard (#839)
* Enhanced action-menu animation + background blur (#812)
### Fixes & tech 🚒

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -6,7 +6,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:background="@drawable/background_desktop">
android:background="@drawable/background_home_dashboard">
<LinearLayout
android:id="@+id/header"