我试图添加两个图像,一个在另一个之上,问题是我的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
答案 0 :(得分:1)
我认为你应该使用adjustViewBounds
在<?php
if($_SERVER['REQUEST_METHOD'] == "POST") {
if(isset($_POST['lastName']) && strlen(trim($_POST['lastName'])) > 0) {
// Do some action
}
}
?>
ImageView