Added rudimentary "Bust" Animation

This commit is contained in:
Alexander Doerflinger
2026-02-03 10:38:54 +01:00
parent cd0ee3ed4d
commit 939b0425b0
3 changed files with 87 additions and 8 deletions

View File

@@ -157,6 +157,15 @@
</LinearLayout>
</LinearLayout>
<View
android:id="@+id/bust_pulse_overlay"
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="#4DFF3B30"
android:visibility="gone"
app:layout_constraintTop_toBottomOf="@id/trackerBar"
app:layout_constraintBottom_toBottomOf="parent" />
<FrameLayout
android:id="@+id/dimmer"
android:layout_width="match_parent"
@@ -185,6 +194,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/winner_text"
android:layout_marginTop="15dp"
style="@style/Widget.Oche_Button_Primary"
android:visibility="gone"/>
@@ -198,7 +208,6 @@
android:id="@+id/player_stats_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="15dp"
android:visibility="gone"/>
</androidx.constraintlayout.widget.ConstraintLayout>