用于 播放 带有透明度信息的 礼物动画视频
app:alphaModel="top_to_alpha_bottom"
<com.meikai.giftplayer.GiftVideoView
android:id="@+id/gift_video_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:alphaModel="top_to_alpha_bottom"
app:scaleType="center_inside"/>
XML属性l改为
app:alphaModel="left_to_alpha_right"
app:scaleType="center_crop"
合成后的效果图如下: