From 9e7693c112a7c85cae998ae538643cda9660ff7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 27 Jun 2013 20:29:33 +0200 Subject: Coded new fragment appearance Domain, name and description come from provider.json Next step: code buttons to login or to use anonymously. --- res/layout/activity_configuration_wizard.xml | 8 ------ res/layout/configuration_wizard_activity.xml | 8 ++++++ res/layout/provider_detail_fragment.xml | 40 ++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 8 deletions(-) delete mode 100644 res/layout/activity_configuration_wizard.xml create mode 100644 res/layout/configuration_wizard_activity.xml create mode 100644 res/layout/provider_detail_fragment.xml (limited to 'res/layout') diff --git a/res/layout/activity_configuration_wizard.xml b/res/layout/activity_configuration_wizard.xml deleted file mode 100644 index 264ccf98..00000000 --- a/res/layout/activity_configuration_wizard.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - \ No newline at end of file diff --git a/res/layout/configuration_wizard_activity.xml b/res/layout/configuration_wizard_activity.xml new file mode 100644 index 00000000..264ccf98 --- /dev/null +++ b/res/layout/configuration_wizard_activity.xml @@ -0,0 +1,8 @@ + + + \ No newline at end of file diff --git a/res/layout/provider_detail_fragment.xml b/res/layout/provider_detail_fragment.xml new file mode 100644 index 00000000..eb90fad9 --- /dev/null +++ b/res/layout/provider_detail_fragment.xml @@ -0,0 +1,40 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3