summaryrefslogtreecommitdiff
path: root/app/src/production/res/layout/d_new_provider.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/production/res/layout/d_new_provider.xml')
-rw-r--r--app/src/production/res/layout/d_new_provider.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/production/res/layout/d_new_provider.xml b/app/src/production/res/layout/d_new_provider.xml
index 36eb0d6a..e58db08a 100644
--- a/app/src/production/res/layout/d_new_provider.xml
+++ b/app/src/production/res/layout/d_new_provider.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ tools:viewBindingIgnore="true">
<EditText
android:id="@+id/new_provider_url"