ImageView图像界限Android

时间:2015-12-10 17:06:24

标签: android

我试图在ImageView中的图像屏幕上进行界限。我怎样才能做到这一点? 我需要在ImageView中显示左上角和右下角的图像?

编辑: ImageView是全屏视图,但它会消耗所有屏幕,如果我有以纵向模式显示的风景图片,图像上方和下方的黑色空间将在imageView内部

1 个答案:

答案 0 :(得分:0)

您可以使用此方法:

int b[] = new int [2];
mtimageview.getLocationInWindow(location);

或者

int b[] = new int [2];
mtimageview.getLocationOnScreen(location);

您可以在 xml 文件中更改参数imageview:

android:scaleType="center"