feature(live-room-like-heart): 롱프레스 왕하트 애니메이션 변경

- 기존: 하트가 33.3dp 부터 커지는 애니메이션
- 변경: 하트가 133.3dp으로 고정되어 있고 물 채우기 애니메이션
This commit is contained in:
2025-11-04 20:20:58 +09:00
parent 332bf3256c
commit 601405349e
3 changed files with 62 additions and 33 deletions

View File

@@ -232,6 +232,8 @@ dependencies {
implementation 'io.github.glailton.expandabletextview:expandabletextview:1.0.4'
implementation 'com.github.orbitalsonic:Sonic-Water-Wave-Animation:2.0.1'
// ----- Test dependencies -----
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:5.20.0'