[add] 贝塞尔曲线动画window层添加
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#890">
|
||||
|
||||
<com.mogo.module.common.animation.BezierAnimationView
|
||||
android:id="@+id/bezier_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#7810" />
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user