我在RelativeLayout的顶部有一个ImageView,但RelativeLayout中的图像有空间而不是页面的左右(这个空间有点)。我不知道如何解决这个问题:(如果我设置的图像宽度更大,图像的页面左右比空间更大。为什么?
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView
android:id="@+id/registerAction"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_marginLeft="0dp"
android:layout_marginRight="0dp"
android:src="@drawable/testing"
android:adjustViewBounds="true"/>
</RelativeLayout>
我在模拟器上测试我的程序。这个问题对于仿真器有用吗?如果我在手机上测试程序,问题会解决吗? Thanks.Cheers
答案 0 :(得分:0)
请尝试使用Device,它将解决您的问题。
请为您的ImageView添加一个属性,android:scaleType =“fitXY”。
答案 1 :(得分:0)
请检查您的图片。沿着边界可能有透明或白色空间。 对齐图像也取决于您的图像内容