2025-10-20 10:16:44 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
|
|
<data>
|
|
|
|
|
|
|
|
|
|
</data>
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<!-- <com.opensource.svgaplayer.SVGAImageView-->
|
|
|
|
|
<!-- android:id="@+id/image"-->
|
|
|
|
|
<!-- android:layout_width="0dp"-->
|
|
|
|
|
<!-- android:layout_height="0dp"-->
|
|
|
|
|
<!-- android:scaleType="fitCenter"-->
|
|
|
|
|
<!-- app:autoPlay="true"-->
|
|
|
|
|
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintEnd_toEndOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintTop_toTopOf="parent"-->
|
|
|
|
|
<!-- app:loopCount="1" />-->
|
|
|
|
|
|
|
|
|
|
<com.tencent.qgame.animplayer.AnimView
|
|
|
|
|
android:id="@+id/play_view"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
2025-10-24 17:52:11 +08:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
|
|
|
|
|
/>
|
2025-10-20 10:16:44 +08:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</layout>
|