code: Modification Login Screen

This commit is contained in:
veronicagtea 2025-02-20 14:49:41 +03:00
parent 8e7da703af
commit a36ef4812a
2 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="379.44dp"
android:height="89.71dp"
android:viewportWidth="379.44"
android:viewportHeight="89.71">
<path
android:pathData="M350.86,1.74c-11.3,3.6 -29,13.4 -52,28.7 -18.1,12.1 -26.3,18.4 -28.7,22 -1.6,2.5 -1.6,2.7 0.2,4 3.6,2.6 8,0.3 32.3,-16.7 39.4,-27.6 60,-37.5 67.7,-32.5 7,4.6 -0.6,25.4 -14.6,39.6 -21.3,21.7 -58.9,33.2 -113.4,34.7 -37.2,1 -65,-3.9 -113.2,-19.8 -6.8,-2.2 -12.5,-4.4 -12.8,-4.8 -0.2,-0.5 4.2,-4.2 9.8,-8.4 16.7,-12.4 32.2,-29.2 38.8,-41.9 2.1,-4.2 2.4,-5.8 0.9,-5.8 -0.6,-0 -7.9,6.6 -16.3,14.8 -15.7,15.2 -25.7,23.3 -39,31.6l-7.6,4.7 -11.8,-4.6c-23.9,-9.5 -45.7,-14.5 -62.9,-14.5 -16.8,-0 -26.3,4.5 -27.9,13.3 -2.2,11.7 5.7,20.8 22.8,26.3 10.1,3.2 30.6,4.4 43.8,2.4 10.3,-1.4 25.1,-6.1 34.1,-10.6l6.7,-3.4 16.3,5.5c47.1,16.1 75.6,22.1 109.8,23.2 38.8,1.3 73.9,-4.9 100.9,-17.8 21.3,-10.1 36.3,-24.6 42.7,-41.4 2.8,-7.3 2.6,-17.9 -0.4,-22.7 -4.5,-7.3 -14.7,-9.6 -26.2,-5.9zM53.96,42.74c17,3.8 40.9,11.4 40.9,13 0,1.5 -19.3,8.9 -27.4,10.5 -10,2.1 -30.6,2.1 -40,0.1 -13.2,-2.8 -19.7,-7.8 -18.3,-13.7 1.1,-4.1 5.4,-8.5 10,-10.1 6.2,-2.3 24.1,-2.1 34.8,0.2z"
android:fillColor="#000000"
android:strokeColor="#00000000"/>
</vector>

View File

@ -20,7 +20,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="horizontal" android:orientation="horizontal"
app:layout_constraintGuide_percent="0.25" /> app:layout_constraintGuide_percent="0.23" />
<androidx.constraintlayout.widget.Guideline <androidx.constraintlayout.widget.Guideline
android:id="@+id/guideline_bottom" android:id="@+id/guideline_bottom"
@ -41,6 +41,7 @@
android:id="@+id/textView" android:id="@+id/textView"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:gravity="center" android:gravity="center"
android:text="@string/welcomeText" android:text="@string/welcomeText"
android:textColor="@color/black" android:textColor="@color/black"
@ -132,11 +133,13 @@
<View <View
android:id="@+id/ic_building_bottom" android:id="@+id/ic_building_bottom"
android:layout_width="wrap_content" android:layout_width="320dp"
android:layout_height="140dp" android:layout_height="100dp"
android:background="@drawable/ic_building"
app:layout_constraintBottom_toBottomOf="parent" android:background="@drawable/ic_curveline"
app:layout_constraintBottom_toTopOf="@+id/guideline_top"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.494"
app:layout_constraintStart_toStartOf="parent" /> app:layout_constraintStart_toStartOf="parent" />
<View <View