summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/a_add_provider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/a_add_provider.xml')
-rw-r--r--app/src/main/res/layout/a_add_provider.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/a_add_provider.xml b/app/src/main/res/layout/a_add_provider.xml
index f7ee3254..fd515bf3 100644
--- a/app/src/main/res/layout/a_add_provider.xml
+++ b/app/src/main/res/layout/a_add_provider.xml
@@ -40,6 +40,14 @@
</android.support.design.widget.TextInputLayout>
+
+ <CheckBox
+ android:id="@+id/danger_checkbox"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone"
+ android:layout_marginBottom="@dimen/add_button_margin"/>
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"