簡體   English   中英

如何在Android的表格布局中添加WebView

[英]how to add webview in table layout in android

嗨,有人可以告訴您如何在表格布局中添加Webview的示例

謝謝

<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent">
   <TableRow>
      <WebView android:id="@+id/webview01"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" />
   </TableRow>
</TableLayout>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM