summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview_example/src/main/res/layout/browser_action_popup.xml
blob: a1bb627d1724935db2c692a30ec061fc16b24ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <org.mozilla.geckoview.GeckoView
        android:id="@+id/gecko_view_popup"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scrollbars="none"
        />
</RelativeLayout>