mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 05:37:11 +00:00
13 lines
613 B
XML
13 lines
613 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:goanna="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
>
|
|
<org.mozilla.goanna.GoannaView android:id="@+id/goanna_view"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
goanna:url="about:mozilla"/>
|
|
</LinearLayout>
|