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:
parent
0b8f97a522
commit
479d12c09b
3 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
### Design & UX 🔳
|
||||
|
||||
* New cover for home dashboard (#839)
|
||||
* Enhanced action-menu animation + background blur (#812)
|
||||
|
||||
### Fixes & tech 🚒
|
||||
|
|
BIN
app/src/main/res/drawable/background_home_dashboard.png
Normal file
BIN
app/src/main/res/drawable/background_home_dashboard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue