0
我開發的機器人應用,其中我有images.I一個ListView
希望該WebView
應放在下面的類別..在機器人應用配售下面的ListView一個web視圖與圖像
的視圖的屏幕截圖
http://www.imageupload.org/?d=B6D3C3E61
誰能告訴我應該怎麼放置WebView
以下類別的空間?
在此先感謝 圖莎爾
我開發的機器人應用,其中我有images.I一個ListView
希望該WebView
應放在下面的類別..在機器人應用配售下面的ListView一個web視圖與圖像
的視圖的屏幕截圖
http://www.imageupload.org/?d=B6D3C3E61
誰能告訴我應該怎麼放置WebView
以下類別的空間?
在此先感謝 圖莎爾
使用相對佈局。下面的列表視圖
的地方的WebView嘗試用下面的XML方法
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/toplayout"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="100dip"
android:layout_alignParentTop="true"
android:background="#ffffff">
<ListView
android:id="@+id/ListView01"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
</ListView>
</LinearLayout>
<LinearLayout
android:id="@+id/buttonlayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/toplayout">
<WebView
android:id="@+id/webview001"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</RelativeLayout>
感謝 迪帕克
,,,, XML u必須張貼,, u能也發佈了java文件.... – User 2011-06-16 07:38:38