1
所有你添加到XML文件是什麼,讓一個ImageView的漂浮在網頁視圖或相機視圖等Android SDK中的圖像視圖花車上面的WebView
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#e2e1e3" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:src="@drawable/pm"
/>
<WebView
android:id="@+id/webView1"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
多數民衆贊成在造成它隱藏,當放在橫向我想imageview漂浮在webview – MrJoshFisher 2013-02-28 20:58:27
@ M0n5terBunny,我的錯誤。我只是做了一個編輯來改變z順序。 – Phil 2013-02-28 21:07:31
如何將圖像放在左上角 – MrJoshFisher 2013-02-28 21:37:23