6 lines
579 B
XML
6 lines
579 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<WebView android:id="@id/webview" android:layout_width="fill_parent" android:layout_height="fill_parent" />
|
|
<TextView android:textColor="#ffffffff" android:id="@id/close" android:background="#ff111111" android:layout_width="30.0dip" android:layout_height="30.0dip" android:text="닫기" android:layout_alignParentTop="true" android:layout_alignParentRight="true" />
|
|
</RelativeLayout> |