diff options
author | lalottacontinua <loddatio@posteo.de> | 2018-06-27 22:40:52 +0200 |
---|---|---|
committer | lalottacontinua <loddatio@posteo.de> | 2018-06-27 22:40:52 +0200 |
commit | 277f0f12ca505797daec42a5211885ac07b909f9 (patch) | |
tree | 4421c262542906b49f01e1ecb881ac3d2d24634b /app/src/main/res | |
parent | 1a34cc1e3ebf152505ed591787a7778744020bbd (diff) |
#8886 implemented in insecure as well
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/a_add_provider.xml | 8 |
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" |