From 0fd257030f567a1638825b7ba53604bdb2857cc4 Mon Sep 17 00:00:00 2001 From: abcmonboi <95062907+abcmonboi@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:03:35 +0700 Subject: [PATCH 01/16] =?UTF-8?q?S=E1=BB=ADa=20th=E1=BA=BB=20th=C3=A0nh=20?= =?UTF-8?q?cardView,=20kh=C3=B4ng=20hi=E1=BB=83n=20th=E1=BB=8B=20t=C3=AAn?= =?UTF-8?q?=20v=C3=A0=20email=20m=E1=BA=B7c=20=C4=91=E1=BB=8Bnh,=20s?= =?UTF-8?q?=E1=BB=ADa=20l=E1=BA=A1i=202=20n=C3=BAt=20edit=20v=C3=A0=20veri?= =?UTF-8?q?fy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 16 +- .../sampl/project/view/fragment/Profiles.java | 4 + app/src/main/res/layout/fragment_profiles.xml | 177 ++++++++---------- 3 files changed, 89 insertions(+), 108 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 98237dc..ec713a3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -19,24 +19,18 @@ - + - - - + - - - - @@ -47,19 +41,13 @@ - - - - - - diff --git a/app/src/main/java/fu/prm391/sampl/project/view/fragment/Profiles.java b/app/src/main/java/fu/prm391/sampl/project/view/fragment/Profiles.java index b4e7980..8faf98a 100644 --- a/app/src/main/java/fu/prm391/sampl/project/view/fragment/Profiles.java +++ b/app/src/main/java/fu/prm391/sampl/project/view/fragment/Profiles.java @@ -102,6 +102,10 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, profilesName = view.findViewById(R.id.txtNameProfiles); imageProfiles = view.findViewById(R.id.imageProfiles); + // set visibility of name user and email + profilesName.setVisibility(View.INVISIBLE); + emailProfiles.setVisibility(View.INVISIBLE); + // verify Profile Action btnVerifyProfiles = view.findViewById(R.id.btnVerifyProfiles); btnVerifyProfiles.setOnClickListener(new View.OnClickListener() { diff --git a/app/src/main/res/layout/fragment_profiles.xml b/app/src/main/res/layout/fragment_profiles.xml index 550ba29..0749385 100644 --- a/app/src/main/res/layout/fragment_profiles.xml +++ b/app/src/main/res/layout/fragment_profiles.xml @@ -39,43 +39,70 @@ - + + + + app:layout_constraintTop_toBottomOf="@+id/cardView"> + android:layout_height="match_parent"> + + + + - -