From de53a1b50a27b4a05937a613dd3f8cf492910a65 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Thu, 10 Aug 2017 01:05:20 -0500 Subject: ProfileEdit: Finish writing code-behind Signed-off-by: Jason A. Donenfeld --- app/src/main/res/layout/profile_edit_activity.xml | 6 ++++ app/src/main/res/layout/profile_edit_fragment.xml | 38 +++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 app/src/main/res/layout/profile_edit_activity.xml create mode 100644 app/src/main/res/layout/profile_edit_fragment.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/profile_edit_activity.xml b/app/src/main/res/layout/profile_edit_activity.xml new file mode 100644 index 00000000..aee54638 --- /dev/null +++ b/app/src/main/res/layout/profile_edit_activity.xml @@ -0,0 +1,6 @@ + + diff --git a/app/src/main/res/layout/profile_edit_fragment.xml b/app/src/main/res/layout/profile_edit_fragment.xml new file mode 100644 index 00000000..2c25257b --- /dev/null +++ b/app/src/main/res/layout/profile_edit_fragment.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3