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

Dashboard | Add ripple animation for cards (#1942)

This commit is contained in:
Evgenii Kozlov 2021-11-17 17:44:59 +03:00 committed by GitHub
parent 379c225f94
commit 629d5803e6
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 6 deletions

View file

@ -6,7 +6,8 @@
* Redesigned authentication flow (#1928)
* Dashboard | Fix cards width (#1939)
* New splash screen (#1939)
* Dashboard | Add ripple animation for cards (#1942)
* New splash screen (#1940)
### Fixes & tech 🚒
@ -23,7 +24,6 @@
* Sets | Fix | Support filters without any condition (#1933)
* Sets | Fix | Screen with filter conditions should dismissible by swipe (#1941)
## Version 0.4.0
### New features & enhancements 🚀

View file

@ -5,7 +5,8 @@
android:layout_width="match_parent"
android:layout_height="@dimen/default_dashboard_card_height"
app:cardCornerRadius="16dp"
android:background="@drawable/ripple_dashboard_card"
android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"
app:cardElevation="0dp">
<com.anytypeio.anytype.core_ui.widgets.ObjectCardIconWidget

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/default_dashboard_card_height"
android:background="@drawable/ripple_dashboard_card"
android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"
app:cardCornerRadius="16dp"
app:cardElevation="0dp">

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/default_dashboard_card_height"
android:background="@drawable/ripple_dashboard_card"
android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"
app:cardCornerRadius="16dp"
app:cardElevation="0dp">

View file

@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="@dimen/default_dashboard_card_height"
android:background="@drawable/ripple_dashboard_card"
android:foreground="?android:attr/selectableItemBackground"
android:clickable="true"
app:cardCornerRadius="16dp"
app:cardElevation="0dp">