code: Сделан экран результата в XML

This commit is contained in:
veronicagtea 2025-02-18 19:46:25 +03:00
parent 5a66280925
commit 9d89f1417d
7 changed files with 31 additions and 4 deletions

View File

@ -1,2 +1,2 @@
#Tue Feb 18 18:22:47 MSK 2025
#Tue Feb 18 18:26:42 MSK 2025
gradle.version=8.9

View File

@ -1,2 +1,2 @@
#Tue Feb 18 18:22:40 MSK 2025
#Tue Feb 18 18:32:08 MSK 2025
java.home=C\:\\Program Files\\Android\\Android Studio\\jbr

View File

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FF000000"
android:pathData="M353,450a15,15 0,0 1,-10.61 -4.39L157.5,260.71a15,15 0,0 1,0 -21.21L342.39,54.6a15,15 0,1 1,21.22 21.21L189.32,250.1 363.61,424.39A15,15 0,0 1,353 450Z"/>
</vector>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white" />
<stroke
android:width="2dp"
android:color="@color/black" />
<corners android:radius="8dp"/>
</shape>

View File

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M17.5,12C20.538,12 23,14.462 23,17.5C23,20.537 20.538,23 17.5,23C14.463,23 12,20.537 12,17.5C12,14.462 14.463,12 17.5,12ZM14.854,17.146C14.658,16.951 14.342,16.951 14.147,17.146C13.951,17.341 13.951,17.658 14.147,17.853L16.147,19.853C16.342,20.049 16.658,20.049 16.854,19.853L20.854,15.853C21.049,15.658 21.049,15.342 20.854,15.146C20.658,14.951 20.342,14.951 20.147,15.146L16.5,18.793L14.854,17.146ZM12.022,13.999C11.726,14.462 11.486,14.966 11.314,15.499L4.253,15.5C3.839,15.5 3.504,15.835 3.504,16.249V16.826C3.504,17.362 3.695,17.88 4.043,18.287C5.296,19.755 7.262,20.501 10,20.501C10.597,20.501 11.156,20.465 11.68,20.395C11.925,20.89 12.233,21.348 12.592,21.761C11.796,21.921 10.932,22.001 10,22.001C6.854,22.001 4.468,21.096 2.902,19.261C2.322,18.583 2.004,17.719 2.004,16.826V16.249C2.004,15.007 3.011,14 4.253,14L12.022,13.999ZM10,2.004C12.762,2.004 15,4.243 15,7.004C15,9.766 12.762,12.004 10,12.004C7.239,12.004 5,9.766 5,7.004C5,4.243 7.239,2.004 10,2.004ZM10,3.504C8.067,3.504 6.5,5.071 6.5,7.004C6.5,8.937 8.067,10.504 10,10.504C11.933,10.504 13.5,8.937 13.5,7.004C13.5,5.071 11.933,3.504 10,3.504Z"
android:fillColor="#212121"/>
</vector>

View File

@ -15,7 +15,8 @@
<string name="contentDescriptionRefresh">refresh</string>
<string name="contentDescriptionLogout">logout</string>
<string name="contentDescriptionPhoto">photo</string>
<string name="resulText">Вход был отменён</string>
<string name="resulText">Вход выполнен успешно</string>
<string name="closeText">Закрыть/Close</string>
<string name="errorLoginText">Ошибка входа</string>
<string name="text_last_enter">Последний вход 12.12.1212</string>
</resources>

View File

@ -1,2 +1,2 @@
#Tue Feb 18 18:22:47 MSK 2025
#Tue Feb 18 18:26:42 MSK 2025
gradle.version=8.9