fragment_bridge.xml 464 B

12345678910111213
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="#F0FF1414"
  6. tools:context="com.getcapacitor.BridgeFragment">
  7. <com.getcapacitor.CapacitorWebView
  8. android:id="@+id/webview"
  9. android:layout_width="fill_parent"
  10. android:layout_height="fill_parent" />
  11. </FrameLayout>