私はウェブビューを設定しました:
<WebView
android:id="@+id/webView1"
android:layout_width="match_parent"
android:layout_height="500px"
android:layout_below="@+id/button1"
android:layout_centerHorizontal="true" />
しかし、これは正しいですか?Android フォンの解像度が変更された場合、高さをピクセル単位ではなくパーセント単位で指定する必要がありますか?