summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2018-07-05 02:38:05 +0200
committercyBerta <cyberta@riseup.net>2018-07-05 02:38:05 +0200
commit3d0e30f12a00882d99d66954cd1b6e46fd466bf8 (patch)
tree6d665273b7360d204a64975e2fa3c45e12f9f946 /app/src/main/res/layout
parentba94657badcc5a05214a057fa938124bdf1ad47a (diff)
#8886 disable save button if url validation fails
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/a_add_provider.xml1
-rw-r--r--app/src/main/res/layout/a_add_provider_tablet_scrollview.xml1
2 files changed, 2 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 7d14ea96..c1322bef 100644
--- a/app/src/main/res/layout/a_add_provider.xml
+++ b/app/src/main/res/layout/a_add_provider.xml
@@ -76,6 +76,7 @@
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/add_button_margin"
android:layout_marginStart="@dimen/add_button_margin"
+ android:enabled="false"
android:text="@string/save" />
</LinearLayout>
diff --git a/app/src/main/res/layout/a_add_provider_tablet_scrollview.xml b/app/src/main/res/layout/a_add_provider_tablet_scrollview.xml
index 220aabeb..132deba0 100644
--- a/app/src/main/res/layout/a_add_provider_tablet_scrollview.xml
+++ b/app/src/main/res/layout/a_add_provider_tablet_scrollview.xml
@@ -84,6 +84,7 @@
android:minWidth="80dp"
android:layout_marginLeft="@dimen/add_button_margin"
android:layout_marginStart="@dimen/add_button_margin"
+ android:enabled="false"
android:text="@string/save" />
</LinearLayout>
</RelativeLayout>