From 9d89f1417db9249a78717b9703af5e00418fbb46 Mon Sep 17 00:00:00 2001 From: veronicagtea Date: Tue, 18 Feb 2025 19:46:25 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BD=20?= =?UTF-8?q?=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=20=D1=80=D0=B5=D0=B7=D1=83=D0=BB?= =?UTF-8?q?=D1=8C=D1=82=D0=B0=D1=82=D0=B0=20=D0=B2=20XML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gradle/buildOutputCleanup/cache.properties | 2 +- .gradle/config.properties | 2 +- app/src/main/res/drawable/back_button.xml | 9 +++++++++ app/src/main/res/drawable/button_grestroke_whiteback.xml | 8 ++++++++ app/src/main/res/drawable/success_icon.xml | 9 +++++++++ app/src/main/res/values/strings.xml | 3 ++- buildSrc/.gradle/buildOutputCleanup/cache.properties | 2 +- 7 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/drawable/back_button.xml create mode 100644 app/src/main/res/drawable/button_grestroke_whiteback.xml create mode 100644 app/src/main/res/drawable/success_icon.xml diff --git a/.gradle/buildOutputCleanup/cache.properties b/.gradle/buildOutputCleanup/cache.properties index ab0b5a5..226570e 100644 --- a/.gradle/buildOutputCleanup/cache.properties +++ b/.gradle/buildOutputCleanup/cache.properties @@ -1,2 +1,2 @@ -#Tue Feb 18 18:22:47 MSK 2025 +#Tue Feb 18 18:26:42 MSK 2025 gradle.version=8.9 diff --git a/.gradle/config.properties b/.gradle/config.properties index e855f50..03a4eae 100644 --- a/.gradle/config.properties +++ b/.gradle/config.properties @@ -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 diff --git a/app/src/main/res/drawable/back_button.xml b/app/src/main/res/drawable/back_button.xml new file mode 100644 index 0000000..6081ae5 --- /dev/null +++ b/app/src/main/res/drawable/back_button.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/drawable/button_grestroke_whiteback.xml b/app/src/main/res/drawable/button_grestroke_whiteback.xml new file mode 100644 index 0000000..e2f9272 --- /dev/null +++ b/app/src/main/res/drawable/button_grestroke_whiteback.xml @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/success_icon.xml b/app/src/main/res/drawable/success_icon.xml new file mode 100644 index 0000000..3c71223 --- /dev/null +++ b/app/src/main/res/drawable/success_icon.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 49e5da0..09c6b87 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -15,7 +15,8 @@ refresh logout photo - Вход был отменён + Вход выполнен успешно Закрыть/Close Ошибка входа + Последний вход 12.12.1212 \ No newline at end of file diff --git a/buildSrc/.gradle/buildOutputCleanup/cache.properties b/buildSrc/.gradle/buildOutputCleanup/cache.properties index ab0b5a5..226570e 100644 --- a/buildSrc/.gradle/buildOutputCleanup/cache.properties +++ b/buildSrc/.gradle/buildOutputCleanup/cache.properties @@ -1,2 +1,2 @@ -#Tue Feb 18 18:22:47 MSK 2025 +#Tue Feb 18 18:26:42 MSK 2025 gradle.version=8.9