相当于CSS背景大小的Android:封面

时间:2015-10-05 19:57:06

标签: android css image

我想知道在Android的CSS背景大小中是否存在equivelant功能:封面?

我正在为大学制作一个小应用程序,并希望在我的启动画面中也有一个图像。我有一个Nexus 9,分辨率为2048 x 1536,我发现很难找到具有此分辨率的图像。所以我研究了比例型等,但所有这些解决方案似乎都改变了图像的比例。这反过来使它变得紧张,看起来很可怕。

我目前在相对布局中有这个:

    <ImageView
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:src="@drawable/gts"
    android:adjustViewBounds="true"
    android:scaleType="centerCrop"
    />

但无论出于何种原因,这都会改变图像的比例。感谢。

1 个答案:

答案 0 :(得分:-1)

U必须将android_width作为换行内容,将android_height作为换行内容,你必须设置scaleType = fitcenter

'android:layout_width =“wrap_content”android:layout_height =“wrap_content 机器人:scaleType = “fitCenter”'