blob: b2335450565d951bf6aa631dbd3b2a0cd2c810d1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/camera_swap_webview_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/location_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/camera_swap_url"
style="@style/LocationBar" />
<WebView
android:id="@+id/camera_swap_webview"
android:layout_width="match_parent"
android:layout_height="match_parent"></WebView>
</LinearLayout>