feature(live-room-like-heart): 롱프레스 왕하트 애니메이션 변경
- 기존: 하트가 33.3dp 부터 커지는 애니메이션 - 변경: 하트가 133.3dp으로 고정되어 있고 물 채우기 애니메이션
This commit is contained in:
@@ -758,4 +758,17 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<com.orbitalsonic.waterwave.WaterWaveView
|
||||
android:id="@+id/heart_wave"
|
||||
android:layout_width="133.3dp"
|
||||
android:layout_height="133.3dp"
|
||||
android:layout_gravity="center"
|
||||
android:visibility="gone"
|
||||
app:max="100"
|
||||
app:progress="0"
|
||||
app:shapeType="heart"
|
||||
app:textHidden="true"
|
||||
app:textColor="@color/white" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
Reference in New Issue
Block a user