Jelajahi Sumber

1.优化代码

王鹏鹏 2 tahun lalu
induk
melakukan
0a294d3af9
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      webview/src/main/res/layout/activity_bridge_web.xml

+ 2 - 2
webview/src/main/res/layout/activity_bridge_web.xml

@@ -14,8 +14,8 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             app:layout_constraintBottom_toBottomOf="parent"
-            app:layout_constraintLeft_toLeftOf="parent"
-            app:layout_constraintRight_toRightOf="parent"
+            app:layout_constraintStart_toStartOf="parent"
+            app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintTop_toTopOf="parent" />
 
     </androidx.constraintlayout.widget.ConstraintLayout>