



I want to display image in center and top and bottom in same size refer bellow screens,anybody know please give the code to me... Thanks All




I want to display image in center and top and bottom in same size refer bellow screens,anybody know please give the code to me... Thanks All
Use
android:scaleType="centerInside"
or
ImageView.setScaleType(ImageView.ScaleType.CENTER_INSIDE)