安卓的WebView 在XML的属性设置一直错误 (编译目标为版本4.4W)
代码如下<WebViewandroid:id="@+id/web"android:layout_width="match_parent"android:layout_he...
代码如下
<WebView
android:id="@+id/web"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
编译器就、报这样的错误
Placing a <WebView> in a parent element that uses a wrap_content size can lead to subtle bugs; use
match_parent
这个该怎么办。 展开
<WebView
android:id="@+id/web"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
编译器就、报这样的错误
Placing a <WebView> in a parent element that uses a wrap_content size can lead to subtle bugs; use
match_parent
这个该怎么办。 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询