Answers for "flipper image(image) in kotlin example"

1

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
Posted by: Guest on November-06-2020

Browse Popular Code Answers by Language