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.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/src/production/res/layout/d_new_provider.xml b/app/src/production/res/layout/d_new_provider.xml
deleted file mode 100644
index e58db08a..00000000
--- a/app/src/production/res/layout/d_new_provider.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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"
- tools:viewBindingIgnore="true">
-
- <EditText
- android:id="@+id/new_provider_url"
- android:inputType="textUri"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:layout_marginLeft="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginBottom="4dp"
- android:hint="@string/new_provider_uri" />
-
-</LinearLayout>