summaryrefslogtreecommitdiff
path: root/res/layout/webview.xml
blob: f992f2cde6620356aaec2051a3b2f3941b6cb87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<FrameLayout
   xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:tools="http://schemas.android.com/tools"
   xmlns:app="http://schemas.android.com/apk/res-auto"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   >
   <WebView
      android:id="@+id/web"
      android:layout_width="match_parent"
      android:layout_height="match_parent"
      />
   <include layout="@layout/gamepad"/>
</FrameLayout>