Browse Source

1.优化语音播放时机

王鹏鹏 2 years ago
parent
commit
9876cc0271
1 changed files with 0 additions and 3 deletions
  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"