summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-02-07 21:25:58 +0100
committerParménides GV <parmegv@sdf.org>2013-02-07 21:25:58 +0100
commite3acc71aaedfcf97b2adee907b6587e3c1eadf48 (patch)
tree5beb3e7a546fcf17bef3a6e75efed20c5dcfab1d /res/layout
parentbaaf0fec8894513768f0ba3406a9dfe2d7ad2775 (diff)
Button not working from ConfigurationWizard.
Trying to test cancel button from created new dialog.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/activity_configuration_wizard.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/activity_configuration_wizard.xml b/res/layout/activity_configuration_wizard.xml
index 264ccf98..7a0823d9 100644
--- a/res/layout/activity_configuration_wizard.xml
+++ b/res/layout/activity_configuration_wizard.xml
@@ -5,4 +5,15 @@
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