【发布时间】:2016-03-06 03:58:47
【问题描述】:
我想展示一张带有ImageView 的图片。但是我的图片尺寸是 618 * 12956。
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imageViewKonu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitXY" />
</ScrollView>
在 GT-5830 上看起来不错。但是用 HTC Desire 820 滑动时卡住了。用 Note 3 不显示。我该怎么做才能让所有设备都显示流畅?
【问题讨论】: