tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

browser_action_popup.xml (429B)


      1 <RelativeLayout
      2    xmlns:android="http://schemas.android.com/apk/res/android"
      3    android:layout_width="match_parent"
      4    android:layout_height="match_parent"
      5    android:orientation="vertical">
      6 
      7    <org.mozilla.geckoview.GeckoView
      8        android:id="@+id/gecko_view_popup"
      9        android:layout_width="match_parent"
     10        android:layout_height="match_parent"
     11        android:scrollbars="none"
     12        />
     13 </RelativeLayout>