Hi Friends,
i want to set equal top and bottom of each images,how can i set for all images in android? anybody know please give the code for that
Thanks all
Hi Friends,
i want to set equal top and bottom of each images,how can i set for all images in android? anybody know please give the code for that
Thanks all
Hi,
Just set android:scaleType="center"
to your ImageView for ImageBitmap, or set android:layout_gravity="center"
to your ImageView for its layout in his parents.
it perfectly work