summaryrefslogtreecommitdiff
path: root/Defogger/res/layout/activity_configurenetwork.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Defogger/res/layout/activity_configurenetwork.xml')
-rw-r--r--Defogger/res/layout/activity_configurenetwork.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Defogger/res/layout/activity_configurenetwork.xml b/Defogger/res/layout/activity_configurenetwork.xml
index c94d760..15797b4 100644
--- a/Defogger/res/layout/activity_configurenetwork.xml
+++ b/Defogger/res/layout/activity_configurenetwork.xml
@@ -14,6 +14,12 @@
android:layout_height="wrap_content"
android:onClick="doFinish"
android:text="Finished"/>
+ <Button
+ android:id="@+id/cancel"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:onClick="doCancel"
+ android:text="Cancel"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"