code: Modification Login screen

This commit is contained in:
veronicagtea 2025-02-19 18:08:25 +03:00
parent d6cde18fc4
commit 0d1dd5d55d

View File

@ -42,7 +42,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="120dp" android:layout_height="120dp"
android:rotation="180" android:rotation="180"
android:background="@drawable/ic_building_b" android:background="@drawable/ic_building"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent" />
@ -147,7 +147,7 @@
<View <View
android:id="@+id/ic_building_bottom" android:id="@+id/ic_building_bottom"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:background="@drawable/ic_building_b" android:background="@drawable/ic_building"
android:layout_height="120dp" android:layout_height="120dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"