From 72e39f447cb9dc5db5e689bbfe7cf8ddb36f3fac Mon Sep 17 00:00:00 2001 From: 230421 <230421@epvc.pt> Date: Tue, 25 Nov 2025 16:55:30 +0000 Subject: [PATCH] Criei menu de login e de criar conta (com design e tudo a funcionar) --- .idea/appInsightsSettings.xml | 26 ++++ .idea/deviceManager.xml | 13 ++ .idea/gradle.xml | 1 + .idea/misc.xml | 1 - app/build.gradle.kts | 6 + app/src/main/AndroidManifest.xml | 4 +- .../example/vdcscore/CriarContaActivity.java | 76 ++++++++++ .../com/example/vdcscore/LoginActivity.java | 59 ++++++++ .../com/example/vdcscore/MainActivity.java | 24 ---- .../main/res/layout/activity_criarconta.xml | 132 ++++++++++++++++++ app/src/main/res/layout/activity_login.xml | 101 ++++++++++++++ app/src/main/res/layout/activity_main.xml | 19 --- app/src/main/res/values/ids.xml | 4 + build.gradle.kts | 1 + gradle/libs.versions.toml | 12 ++ 15 files changed, 433 insertions(+), 46 deletions(-) create mode 100644 .idea/appInsightsSettings.xml create mode 100644 .idea/deviceManager.xml create mode 100644 app/src/main/java/com/example/vdcscore/CriarContaActivity.java create mode 100644 app/src/main/java/com/example/vdcscore/LoginActivity.java delete mode 100644 app/src/main/java/com/example/vdcscore/MainActivity.java create mode 100644 app/src/main/res/layout/activity_criarconta.xml create mode 100644 app/src/main/res/layout/activity_login.xml delete mode 100644 app/src/main/res/layout/activity_main.xml create mode 100644 app/src/main/res/values/ids.xml diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml new file mode 100644 index 0000000..3649bc2 --- /dev/null +++ b/.idea/appInsightsSettings.xml @@ -0,0 +1,26 @@ + + + + + + \ No newline at end of file diff --git a/.idea/deviceManager.xml b/.idea/deviceManager.xml new file mode 100644 index 0000000..91f9558 --- /dev/null +++ b/.idea/deviceManager.xml @@ -0,0 +1,13 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 97f0a8e..639c779 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,5 +1,6 @@ +