From add6b4c1e8b11e06a68e67960a5f761b189b9401 Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Tue, 8 Aug 2017 05:51:38 -0500 Subject: ProfileActivity: Refactor into clean layers of functionality --- app/src/main/res/menu/profile_detail.xml | 9 +++++++++ app/src/main/res/menu/profile_detail_edit.xml | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 app/src/main/res/menu/profile_detail.xml create mode 100644 app/src/main/res/menu/profile_detail_edit.xml (limited to 'app/src/main/res/menu') diff --git a/app/src/main/res/menu/profile_detail.xml b/app/src/main/res/menu/profile_detail.xml new file mode 100644 index 00000000..499adcdb --- /dev/null +++ b/app/src/main/res/menu/profile_detail.xml @@ -0,0 +1,9 @@ + + + + diff --git a/app/src/main/res/menu/profile_detail_edit.xml b/app/src/main/res/menu/profile_detail_edit.xml new file mode 100644 index 00000000..ad97fcbf --- /dev/null +++ b/app/src/main/res/menu/profile_detail_edit.xml @@ -0,0 +1,9 @@ + + + + -- cgit v1.2.3