Android

안드로이드 스튜디오 웹뷰 XML 코드

<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent">

<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent" />


</WebView>