scrollview for android portrait / landscape pageview中的背景图片

时间:2013-01-09 20:14:59

标签: android android-layout

我正在尝试创建一个布局,在纵向模式下,图像适合屏幕。 但是,在横向模式下,我只想将宽度拉伸到屏幕尺寸 以及要滚动的(图像的)高度。图像的宽高比不应改变。

我的问题是我似乎无法获得滚动条,而且我的图像总是垂直压扁。

这是我的xml文件:

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/scrollView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/meep" >
</ScrollView>

如何更改此代码,以便我的图像保持其纵横比和垂直滚动条 出现?

0 个答案:

没有答案