浏览代码

1.优化语音播放时机

王鹏鹏 2 年之前
父节点
当前提交
9876cc0271
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      game/src/main/res/layout/activity_play_game.xml

+ 0 - 3
game/src/main/res/layout/activity_play_game.xml

@@ -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"