问题描述
如何在不拉伸的情况下为所有android设备使用图片背景?
我在Galaxy S3,S4和Tab3上尝试过,但图像变形。 有什么建议吗?
这是代码:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/background_carrying_view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/c"
android:orientation="vertical" >
</LinearLayout>
谢谢
1楼
声明比例类型:
android:scaleType="centerCrop"