From 06445e2a9fde9eafcfdd6b42efc328f0c768b02f Mon Sep 17 00:00:00 2001 From: minhtrannhat Date: Sat, 4 Nov 2023 02:02:36 -0400 Subject: [PATCH] Feat(profile activity): Wireframing --- app/src/main/res/layout/activity_profile.xml | 153 ++++++++++++++++++- app/src/main/res/values/strings.xml | 6 + 2 files changed, 152 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/activity_profile.xml b/app/src/main/res/layout/activity_profile.xml index 0fa2008..14c9365 100644 --- a/app/src/main/res/layout/activity_profile.xml +++ b/app/src/main/res/layout/activity_profile.xml @@ -1,9 +1,148 @@ - + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 214d447..32fd907 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -8,4 +8,10 @@ Student Name Student ID Student GPA + User Profile + Profile created: + GPA: + ID: + Name: + Surname: \ No newline at end of file