From 2e029003b527e2a133e4ec469340f794492e567b Mon Sep 17 00:00:00 2001 From: brodeurlv Date: Wed, 27 Mar 2019 08:31:00 +0100 Subject: [PATCH] Fixed intro issue by upgrade materialintro library to 1.6 --- app/build.gradle | 2 +- .../main/res/layout/introfragment_newprofile.xml | 15 ++++++++------- app/src/main/res/values/about.xml | 4 +++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c40a8f2d..9593be24 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'com.ogaclejapan.smarttablayout:library:1.6.1@aar' implementation 'com.ogaclejapan.smarttablayout:utils-v4:1.6.1@aar' implementation 'com.github.lzyzsd:circleprogress:1.2.1' - implementation 'com.heinrichreimersoftware:material-intro:1.5.8' + implementation 'com.heinrichreimersoftware:material-intro:1.6' implementation 'com.mikhaellopez:circularimageview:3.0.2' //compile "com.google.firebase:firebase-core:15.0.2" //compile "com.google.firebase:firebase-crash:15.0.2" diff --git a/app/src/main/res/layout/introfragment_newprofile.xml b/app/src/main/res/layout/introfragment_newprofile.xml index 1ecdc4be..623af134 100644 --- a/app/src/main/res/layout/introfragment_newprofile.xml +++ b/app/src/main/res/layout/introfragment_newprofile.xml @@ -63,7 +63,8 @@ android:inputType="text" android:singleLine="true" android:textColor="@android:color/black" - android:textColorHint="@android:color/darker_gray" /> + android:textColorHint="@android:color/darker_gray" + android:importantForAutofill="no" /> @@ -123,8 +124,7 @@ android:id="@+id/signup_input_layout_name2" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="5dp" - tools:ignore="ObsoleteLayoutParam"> + android:layout_marginTop="5dp"> + android:textColorHint="@android:color/darker_gray" + android:importantForAutofill="no"/> @@ -142,8 +143,7 @@ android:id="@+id/signup_input_layout_name3" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="5dp" - tools:ignore="ObsoleteLayoutParam"> + android:layout_marginTop="5dp"> + android:textColorHint="@android:color/darker_gray" + android:importantForAutofill="no"/> diff --git a/app/src/main/res/values/about.xml b/app/src/main/res/values/about.xml index dc7b983c..08b47da2 100644 --- a/app/src/main/res/values/about.xml +++ b/app/src/main/res/values/about.xml @@ -1,6 +1,6 @@ - 0.17 + 0.17.1 Database version: Author: Charles Combes @@ -10,6 +10,8 @@ fastnfitnessapp@gmail.com Revision History: \n + v0.17.1: 27/03/2019\n + \t - Bug : Fixed intro profil creation\n v0.17: 18/03/2019\n \t - Enhancement : Optimized start-up and update UI\n \t - Enhancement : Added fat, muscles and water and BMI to weight tracking\n