From 8db161017f55a710bd91aa14fe9c1b24d4efdeab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 11 Feb 2013 17:32:19 +0100 Subject: The newProviderButton gets user to the DialogFragment correctly. The problem in the previous commit was that I had to modify the fragment layout, instead of that of the Activity. I learnt how to obtain and modify it from here: https://developer.android.com/reference/android/app/ListFragment.html --- res/layout/activity_configuration_wizard.xml | 11 ----------- res/layout/activity_provider_list.xml | 10 ---------- res/layout/provider_list_fragment.xml | 21 +++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 res/layout/activity_provider_list.xml create mode 100644 res/layout/provider_list_fragment.xml (limited to 'res/layout') diff --git a/res/layout/activity_configuration_wizard.xml b/res/layout/activity_configuration_wizard.xml index 7a0823d9..264ccf98 100644 --- a/res/layout/activity_configuration_wizard.xml +++ b/res/layout/activity_configuration_wizard.xml @@ -5,15 +5,4 @@ android:layout_height="match_parent" tools:context=".ConfigurationWizard" > -