소스 검색

1.优化UI

王鹏鹏 2 년 전
부모
커밋
d0cc648ed3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      webview/src/main/res/layout/activity_bridge_web.xml

+ 1 - 0
webview/src/main/res/layout/activity_bridge_web.xml

@@ -13,6 +13,7 @@
             android:id="@+id/webView"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
+            android:background="@android:color/white"
             app:layout_constraintBottom_toBottomOf="parent"
             app:layout_constraintStart_toStartOf="parent"
             app:layout_constraintEnd_toEndOf="parent"