From ab9cb2ca2350224682990f136ef0eeda1e891725 Mon Sep 17 00:00:00 2001 From: veronicagtea Date: Thu, 20 Feb 2025 10:26:07 +0300 Subject: [PATCH] code: Modification Admin screen --- app/src/main/res/drawable/res_fail.xml | 69 +++++++++++++++++-- ...istrator_screen.xml => fragment_admin.xml} | 0 2 files changed, 63 insertions(+), 6 deletions(-) rename app/src/main/res/layout/{fragment_administrator_screen.xml => fragment_admin.xml} (100%) diff --git a/app/src/main/res/drawable/res_fail.xml b/app/src/main/res/drawable/res_fail.xml index 9113774..7ef81c1 100644 --- a/app/src/main/res/drawable/res_fail.xml +++ b/app/src/main/res/drawable/res_fail.xml @@ -1,9 +1,66 @@ + android:width="207dp" + android:height="207dp" + android:viewportWidth="207" + android:viewportHeight="207"> + android:pathData="M9.1,10.4c-0.8,0.9 -1.1,6.1 -0.9,16.7l0.3,15.4 16.5,-0 16.5,-0 0,-16.5 0,-16.5 -15.6,-0.3c-12.5,-0.2 -15.9,-0 -16.8,1.2zM37,26.5l0,11.5 -11.5,-0 -11.5,-0 0,-11.5 0,-11.5 11.5,-0 11.5,-0 0,11.5z" + android:fillColor="#000000" + android:strokeColor="#00000000"/> + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/fragment_administrator_screen.xml b/app/src/main/res/layout/fragment_admin.xml similarity index 100% rename from app/src/main/res/layout/fragment_administrator_screen.xml rename to app/src/main/res/layout/fragment_admin.xml