<What is the android version of css transform in h...
# stackoverflow
u
What is the android version of css transform in html In css for html there are a number of different things that you can do with the transform attribute. this link has more detail on what i'm speaking about. I want to learn how to do this in android (weather it can easily be done in xml or programmatically on kotlin). This is what i know so far: RotateX() translates to android:rotationX="" RotateY() translates to android:rotationY="" Here is what i...