Page 222 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 222
}
activity_web.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:layout_marginTop="50dp"
android:layout_width="match_parent"
android:layout_height="380dp"
android:layout_centerHorizontal="true"
android:id="@+id/webview"
/>
</LinearLayout>
- 215 -