Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidでアニメーションにフェードインを作成したいと思います。オブジェクトは、y 軸を中心にアルファをアニメートする必要があります。つまり、時計回りの円で 0f から 1f までのアルファを作成する必要があります。
もちろん円であるカスタムImageViewを使用しています。
ObjectAnimator クラスを使用してみましたが、成功しませんでした。
これを行うための標準的な方法はありません。カスタム ビューの場合は、おそらく ondraw メソッドをオーバーライドしてアークの一部を描画する独自のメソッドを作成する必要があります。