Answers for "how to get height and width of imageview in android programmatically"

0

imageview height based on screen size

"android:layout_gravity="center"
android:adjustViewBounds="true"
android:scaleType="fitCenter"
  
  
 add this property to your imageview
Posted by: Guest on September-28-2021

Code answers related to "how to get height and width of imageview in android programmatically"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language