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:
parent
379c225f94
commit
629d5803e6
5 changed files with 10 additions and 6 deletions
|
@ -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 🚀
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue