如何将两个ImageView一个调整到另一个之上

时间:2015-10-25 20:05:54

标签: android android-imageview

我试图添加两个图像,一个在另一个之上,问题是我的LinearLayout正在创建一个不调整ImageView的空白区域。我activity2.xml上的问题是什么?

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:id="@+id/scrollView">
    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">
        <ImageView
            android:layout_height="wrap_content"
            android:layout_width="fill_parent"
            android:src="@drawable/ic_launcher" />
        <ImageView
            android:layout_height="wrap_content"
            android:layout_width="fill_parent"
            android:src="@drawable/ic_launcher" />
    </LinearLayout>
</ScrollView>

修改

问题是this

1 个答案:

答案 0 :(得分:1)

我认为你应该使用adjustViewBounds

<?php if($_SERVER['REQUEST_METHOD'] == "POST") { if(isset($_POST['lastName']) && strlen(trim($_POST['lastName'])) > 0) { // Do some action } } ?>

中添加此行

ImageView