KorzunovaE 4 年之前
父节点
当前提交
598b18d708
共有 2 个文件被更改,包括 13 次插入7 次删除
  1. 13 0
      app/src/main/res/layout/activity_kurs.xml
  2. 0 7
      app/src/main/res/layout/activity_main.xml

+ 13 - 0
app/src/main/res/layout/activity_kurs.xml

@@ -6,4 +6,17 @@
     android:layout_height="match_parent"
     android:layout_height="match_parent"
     tools:context=".kursActivity">
     tools:context=".kursActivity">
 
 
+    <WebView
+        android:layout_width="409dp"
+        android:layout_height="729dp"
+        android:layout_marginStart="1dp"
+        android:layout_marginLeft="1dp"
+        android:layout_marginTop="1dp"
+        android:layout_marginEnd="1dp"
+        android:layout_marginRight="1dp"
+        android:layout_marginBottom="1dp"
+        app:layout_constraintBottom_toBottomOf="parent"
+        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintStart_toStartOf="parent"
+        app:layout_constraintTop_toTopOf="parent" />
 </androidx.constraintlayout.widget.ConstraintLayout>
 </androidx.constraintlayout.widget.ConstraintLayout>

+ 0 - 7
app/src/main/res/layout/activity_main.xml

@@ -62,13 +62,6 @@
 
 
     </LinearLayout>
     </LinearLayout>
 
 
-
     </LinearLayout>
     </LinearLayout>
 
 
-
-
-
-
-
-
 </androidx.constraintlayout.widget.ConstraintLayout>
 </androidx.constraintlayout.widget.ConstraintLayout>