зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
608 B
XML
13 строки
608 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:gecko="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
>
|
|
<org.mozilla.gecko.GeckoView android:id="@+id/gecko_view"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
gecko:url="about:mozilla"/>
|
|
</LinearLayout>
|