Revision control
Copy as Markdown
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<FrameLayout
android:id="@+id/rootView"
android:layout_height="match_parent"
android:layout_width="match_parent">
<FrameLayout
android:orientation="vertical"
android:id="@+id/container_web_render"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<FrameLayout
android:orientation="vertical"
android:id="@+id/container_navigation_overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<FrameLayout
android:orientation="vertical"
android:id="@+id/container_settings"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<include layout="@layout/overlay_debug" />
</FrameLayout>