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/provider_list_fragment.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 res/layout/provider_list_fragment.xml (limited to 'res/layout/provider_list_fragment.xml') diff --git a/res/layout/provider_list_fragment.xml b/res/layout/provider_list_fragment.xml new file mode 100644 index 00000000..9bb775d7 --- /dev/null +++ b/res/layout/provider_list_fragment.xml @@ -0,0 +1,21 @@ + + + + +