|
@@ -15,28 +15,61 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_marginLeft="32.21dp"
|
|
|
android:layout_marginTop="73.46dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
android:layout_marginStart="32.21dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/kn4"
|
|
|
- android:contentDescription="@string/todo" />
|
|
|
+ android:contentDescription="@string/todo"
|
|
|
+ android:src="@drawable/kn4" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:src="@drawable/WorldSkillsBank"
|
|
|
- android:contentDescription="@string/todo" />
|
|
|
+ android:layout_margin="16dp"
|
|
|
+ android:contentDescription="@string/todo"
|
|
|
+ android:src="@drawable/WorldSkillsBank2" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_marginLeft="8.5dp"
|
|
|
+ android:layout_marginRight="8.5dp"
|
|
|
+ >
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/kn22">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/kursval2">
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:layout_marginTop="60dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/kn1">
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|