<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <WebView android:id="@id/webView1" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <View android:id="@id/appNameTextView" android:layout_width="30.0dip" android:layout_height="30.0dip" android:layout_alignParentRight="true" />
</RelativeLayout>
