From 71c30590fe4a7474f9ed3ad34b6d63cdf351daf2 Mon Sep 17 00:00:00 2001 From: rohitverma1999hack Date: Mon, 9 Sep 2019 12:51:17 +0530 Subject: [PATCH 1/3] Place google() repository as top priority --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57bcbc9..51615c8 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ buildscript { allprojects { repositories { - jcenter() google() + jcenter() maven { url 'https://maven.fabric.io/public' } } } From b83812ab0c5968a0339ae399b78ee59523be8a79 Mon Sep 17 00:00:00 2001 From: rohitverma1999hack Date: Mon, 9 Sep 2019 13:08:42 +0530 Subject: [PATCH 2/3] Fix Action Bar slides in LoginActivity --- app/src/main/res/layout/activity_login.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/activity_login.xml b/app/src/main/res/layout/activity_login.xml index 707c1b9..7ea215b 100644 --- a/app/src/main/res/layout/activity_login.xml +++ b/app/src/main/res/layout/activity_login.xml @@ -7,12 +7,9 @@ - - + - + \ No newline at end of file From 02c93b5c7ce0b9c6be8630c463945b6735548275 Mon Sep 17 00:00:00 2001 From: rohitverma1999hack Date: Mon, 9 Sep 2019 13:26:45 +0530 Subject: [PATCH 3/3] Fix Mobile field accepting every character input --- app/src/main/res/layout/fragment_form_customer_contact.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_form_customer_contact.xml b/app/src/main/res/layout/fragment_form_customer_contact.xml index 714754a..f67aeae 100644 --- a/app/src/main/res/layout/fragment_form_customer_contact.xml +++ b/app/src/main/res/layout/fragment_form_customer_contact.xml @@ -61,7 +61,7 @@ @@ -75,7 +75,7 @@