summaryrefslogtreecommitdiff
path: root/res/layout/activity_configuration_wizard.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-02-11 17:32:19 +0100
committerParménides GV <parmegv@sdf.org>2013-02-11 17:32:19 +0100
commit8db161017f55a710bd91aa14fe9c1b24d4efdeab (patch)
tree037a3440d96315535e69958d45f3cd3d2ee20b76 /res/layout/activity_configuration_wizard.xml
parente3acc71aaedfcf97b2adee907b6587e3c1eadf48 (diff)
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
Diffstat (limited to 'res/layout/activity_configuration_wizard.xml')
-rw-r--r--res/layout/activity_configuration_wizard.xml11
1 files changed, 0 insertions, 11 deletions
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" >
- <Button
- android:id="@+id/buttonNewProvider"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_alignParentLeft="true"
- android:layout_marginBottom="24dp"
- android:layout_marginLeft="24dp"
- android:onClick="addNewProvider"
- android:text="@string/new_provider_button" />
-
</RelativeLayout> \ No newline at end of file