王鹏鹏 пре 2 година
родитељ
комит
0a294d3af9
1 измењених фајлова са 2 додато и 2 уклоњено
  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>