我有GridView
在一行上显示2张图片。我有一个SGS和Galaxy 5来测试应用程序。不幸的是,它没有很好的扩展。我在XML中更改值属性以填充SGS的屏幕,当我在Galaxy 5中测试时,它很糟糕,非常糟糕。我不知道该怎么办。
请尽量帮助我,GridView
是我发布其他活动的主要布局。
XML:
<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gridview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:columnWidth="90dp"
android:numColumns="2"
android:verticalSpacing="20dp"
android:horizontalSpacing="20dp"
android:stretchMode="columnWidth"
android:gravity="center"
android:background="@drawable/background3"
/>
答案 0 :(得分:2)
您是否尝试过android:scaleType="fitXY"
?
http://developer.android.com/reference/android/widget/ImageView.ScaleType.html