feat:DoricPanelFragment use DoricJSLoader to load js bundle

This commit is contained in:
pengfei.zhou
2019-11-23 15:11:11 +08:00
parent e1ac85d18a
commit 920ca8d41e
5 changed files with 61 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent">

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<pub.doric.DoricPanel xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" />