|
|
@@ -137,13 +137,10 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:scaleType="fitXY" />
|
|
|
|
|
|
- <!-- webview 演示web调用Java -->
|
|
|
<com.github.lzyzsd.jsbridge.BridgeWebView
|
|
|
android:id="@+id/webView"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_margin="@dimen/divider_30px"
|
|
|
- android:background="@android:color/white"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|