Added an animation when adding a song to favorites from the now playing screen.
This commit is contained in:
parent
4db8e8d302
commit
456fc40cd7
7 changed files with 74 additions and 8 deletions
BIN
app/src/main/res/drawable-xxxhdpi/ic_favorite_red_a400_96dp.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/ic_favorite_red_a400_96dp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
|
|
@ -208,6 +208,14 @@
|
|||
android:transitionName="@string/transition_album_cover"
|
||||
tools:ignore="ContentDescription,UnusedAttribute" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/favorite_icon"
|
||||
android:visibility="invisible"
|
||||
android:layout_gravity="center"
|
||||
android:src="@drawable/ic_favorite_red_a400_96dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/default_progress_container"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue