diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 5ced3b2a..d4e48c35 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index 2f3eedf9..77ef5d08 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -156,5 +156,6 @@ dependencies { implementation project(':securitykeypad') implementation project(path: ':SpinnerDatePickerLib-release') implementation 'com.intuit.sdp:sdp-android:1.0.6' + implementation 'com.intuit.ssp:ssp-android:1.0.6' } apply plugin: 'com.google.gms.google-services' diff --git a/app/src/main/java/com/gmeremit/online/gmeremittance_native/splash_screen/view/SplashScreen.java b/app/src/main/java/com/gmeremit/online/gmeremittance_native/splash_screen/view/SplashScreen.java index 1961fc8f..46e7a937 100644 --- a/app/src/main/java/com/gmeremit/online/gmeremittance_native/splash_screen/view/SplashScreen.java +++ b/app/src/main/java/com/gmeremit/online/gmeremittance_native/splash_screen/view/SplashScreen.java @@ -21,6 +21,7 @@ import android.support.v4.view.ViewPager; import android.support.v4.view.ViewPropertyAnimatorListenerAdapter; import android.support.v7.widget.RecyclerView; import android.text.Html; +import android.view.Gravity; import android.view.View; import android.view.animation.AccelerateDecelerateInterpolator; import android.view.animation.AnticipateOvershootInterpolator; @@ -176,8 +177,9 @@ public class SplashScreen extends BaseActivity implements View.OnClickListener, for (int i = 0; i < dots.length; i++) { dots[i] = new TextView(this); + dots[i].setGravity(Gravity.CENTER); dots[i].setText(Html.fromHtml("•")); - dots[i].setTextSize(35); + dots[i].setTextSize(getContext().getResources().getDimension(R.dimen._10ssp)); dots[i].setTextColor(ContextCompat.getColor(this, R.color.dot_dark)); dotsLayout.addView(dots[i]); } diff --git a/app/src/main/res/layout/activity_splash_screen_key_1.xml b/app/src/main/res/layout/activity_splash_screen_key_1.xml index d64e3851..26dd8e72 100644 --- a/app/src/main/res/layout/activity_splash_screen_key_1.xml +++ b/app/src/main/res/layout/activity_splash_screen_key_1.xml @@ -55,7 +55,7 @@ android:paddingBottom="@dimen/_10sdp" android:text="@string/select_language_text" android:textColor="@color/white" - android:textSize="21sp" + android:textSize="@dimen/_16ssp" app:layout_constraintBottom_toBottomOf="@+id/selectedLanguageIcon" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/selectedLanguageIcon" @@ -91,9 +91,8 @@ + + android:layout_marginTop="@dimen/_11sdp" /> diff --git a/app/src/main/res/layout/fragment_splash_avd_viewpager.xml b/app/src/main/res/layout/fragment_splash_avd_viewpager.xml index b74cfd1b..e110a4fb 100644 --- a/app/src/main/res/layout/fragment_splash_avd_viewpager.xml +++ b/app/src/main/res/layout/fragment_splash_avd_viewpager.xml @@ -8,8 +8,8 @@ + app:layout_constraintVertical_bias="0.06999999"> diff --git a/app/src/main/res/layout/home_menu_item_v2.xml b/app/src/main/res/layout/home_menu_item_v2.xml index 9d8a3296..c0f71f67 100644 --- a/app/src/main/res/layout/home_menu_item_v2.xml +++ b/app/src/main/res/layout/home_menu_item_v2.xml @@ -1,13 +1,13 @@ + android:layout_height="@dimen/_135sdp">