如何在不拉伸的情况下为所有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>
谢谢
答案 0 :(得分:0)
声明比例类型:
android:scaleType="centerCrop"