M. Dylan
0
Q:

how to do flip horizontal for ImageView kotlin

Use the scale attributes in ImageView

android:scaleX="-1" //To flip horizontally or
android:scaleY="-1" //To flip vertically
0

New to Communities?

Join the community