From ea1ae90b3fc8dffa233d3b8b3dc21b8783e604f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Thie=C3=9Fen?= Date: Mon, 14 Sep 2015 21:42:52 +0200 Subject: [PATCH] DT @12.09.2015: Refactored, report activity extended --- .idea/runConfigurations.xml | 12 + app/app.iml | 10 +- .../deke/risk/riskahead/ProfileActivity.java | 15 +- app/src/main/res/layout/activity_profile.xml | 213 ++++++++++++++++-- app/src/main/res/values/strings.xml | 12 + 5 files changed, 229 insertions(+), 33 deletions(-) create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..7f68460 --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 4bd9dc2..32f9687 100644 --- a/app/app.iml +++ b/app/app.iml @@ -12,10 +12,12 @@