borrow AnimationDrawable from AOSP

This commit is contained in:
Mis012
2024-04-03 01:54:30 +02:00
parent 04ee40d010
commit 1e64babfd4
6 changed files with 402 additions and 16 deletions

View File

@@ -7,5 +7,4 @@ public class GradientDrawable extends Drawable {
public void setCornerRadius(float cornerRadius) {}
public void setShape(int shape) {}
}