summaryrefslogtreecommitdiff
path: root/app/src/production/res/layout/new_provider_dialog.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2015-06-08 20:04:47 +0200
committerParménides GV <parmegv@sdf.org>2015-06-08 20:04:47 +0200
commit8ca866f4cd0e829f5042101add4dfd946f5bef82 (patch)
tree7ebeb40d0c74a8c431b7845e403cb1add5e63be4 /app/src/production/res/layout/new_provider_dialog.xml
parent8d39fbdb4980c95268249f21f3c6b8e36b22cf90 (diff)
parentb0a0805ab81aaa4e204ecfc77d3a6a7f7ed66b2f (diff)
Merge branch 'bug/Riseup-provider-fails-to-get-configured-#7113' into develop
Diffstat (limited to 'app/src/production/res/layout/new_provider_dialog.xml')
-rw-r--r--app/src/production/res/layout/new_provider_dialog.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/production/res/layout/new_provider_dialog.xml b/app/src/production/res/layout/new_provider_dialog.xml
new file mode 100644
index 00000000..36eb0d6a
--- /dev/null
+++ b/app/src/production/res/layout/new_provider_dialog.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+
+ <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>