1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/embedding/android/geckoview_example/main.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 1.6 + xmlns:gecko="http://schemas.android.com/apk/res-auto" 1.7 + android:orientation="vertical" 1.8 + android:layout_width="fill_parent" 1.9 + android:layout_height="fill_parent" 1.10 + > 1.11 + <org.mozilla.gecko.GeckoView android:id="@+id/gecko_view" 1.12 + android:layout_width="fill_parent" 1.13 + android:layout_height="fill_parent" 1.14 + gecko:url="about:mozilla"/> 1.15 +</LinearLayout>