大马资讯论坛 - 马来西亚中文资讯平台
标题:
[教学]android Webview遮挡其他控件Webview layout overlapping buttons
[打印本页]
作者:
资讯王
时间:
2011-9-7 23:27
标题:
[教学]android Webview遮挡其他控件Webview layout overlapping buttons
[教学]android Webview遮挡其他控件按钮Webview layout overlapping buttons or other controls
添加这条即可/Add this code to resolve the issue》》android:layout_above="@+id/btnOk"
<RelativeLayout android:id="@+id/RelativeLayout01"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<Button android:text="Ok"
android:id="@+id/btnOk"
android:layout_width="120px"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"/>
<WebView android:id="@+id/webview"
android:layout_above="@+id/btnOk"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
</RelativeLayout>
复制代码
欢迎光临 大马资讯论坛 - 马来西亚中文资讯平台 (http://freeinfo.com.my/)
Powered by Discuz! X3.3