Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SCALA

How to have scalable images using image view xamarin XML

//XML Xamarin ImageView scalable image
<ImageView android:id="@+id/topLogoImg" 
android:src="@drawable/topLogo" 
android:focusable="false" android:padding="0dp" 
android:layout_width="match_parent" 
android:layout_height="wrap_content" 
android:adjustViewBounds="true" 
android:scaleType="fitCenter" />
 
PREVIOUS NEXT
Tagged: #How #scalable #images #image #view #xamarin #XML
ADD COMMENT
Topic
Name
1+5 =