From b1d8ad5c760746b604b5ee69cebf5b1214986f9b Mon Sep 17 00:00:00 2001 From: ratabb Date: Sat, 30 Oct 2021 14:19:35 +0700 Subject: feat: add Edit Profile --- app/src/main/res/layout/activity_edit_profile.xml | 169 ++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 app/src/main/res/layout/activity_edit_profile.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_edit_profile.xml b/app/src/main/res/layout/activity_edit_profile.xml new file mode 100644 index 00000000..6f472c9b --- /dev/null +++ b/app/src/main/res/layout/activity_edit_profile.xml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3