Added rudimentary "Bust" Animation
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user