bug 880259 - Firefox should use GeckoView r=mfinkle

--HG--
extra : rebase_source : 5f804d6f345b7dbbfcb9607b735a3b4e34ffe3f6
This commit is contained in:
Brad Lassey 2013-06-06 08:33:39 -04:00
parent d8e913c96a
commit 8f45e429eb

View File

@ -8,9 +8,9 @@
<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"/>
<org.mozilla.gecko.GeckoView 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"