-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
我最近遇到的问题,
以下的布局,没有webview时候,适配是ok的,但是如果有webview的化,这种是适配就失效了
不知楼主有没有好的方案
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<WebView
android:id="@+id/webView"
android:layout_width="180dp"
android:layout_height="180dp"
android:background="#FF0000" />
<View
android:layout_width="180dp"
android:layout_height="180dp"
android:background="#00FF00" />
</LinearLayout>
Metadata
Metadata
Assignees
Labels
No labels