mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?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
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<!-- This file is used to include shared UI components in different gecko app
|
|
layouts, such as gecko_app.xml and web_app.xml -->
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<org.mozilla.gecko.gfx.LayerView android:id="@+id/layer_view"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"/>
|
|
|
|
<AbsoluteLayout android:id="@+id/plugin_container"
|
|
android:background="@android:color/transparent"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"/>
|
|
|
|
<org.mozilla.gecko.FormAssistPopup android:id="@+id/form_assist_popup"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:visibility="gone"/>
|
|
|
|
<include layout="@layout/text_selection_handles"/>
|
|
|
|
</merge>
|