Android ClashRoyale式边框动画

时间:2017-05-17 10:56:24

标签: android

我想在这里实现这个动画:

enter image description here

我想做一个类似于RelativeLayout的rounded corner background

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <corners
        android:radius="5dp" />
   ... solid color etc code here ...
</shape>

我正在考虑制作动画的方法。我所想到的可能是使用4个平移动画师在4个方向上制作动画,找到RelativeLayout位置的4个角。动画的形状让我思考了一下。最初我想到用1dp height矩形形状来实现它,但它不会像上面的动画那样具有尖锐的边缘。 我可以在不使用图像的情况下实现这种形状吗?

任何有关如何实现此类动画的正确方向的帮助都将非常感谢!

0 个答案:

没有答案