diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 3c14abbb..1df0ee4a 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 d1095bc1..c127ad07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,10 +34,10 @@ android { signingConfigs { release { - keyAlias 'ABCD' - keyPassword 'ABCD' - storeFile file('/Users/gme_1/Android Projects/FantasySlide/sample.gif') - storePassword 'ABCD' + keyAlias 'GmeKey' + keyPassword 'Gme@1010' + storeFile file('/Users/gme_1/Documents/vitals/GMEKeyStore') + storePassword 'Gme@1010' } stag { keyAlias 'JPT' diff --git a/app/src/main/res/layout/activity_send_money_v2_transaction_complete.xml b/app/src/main/res/layout/activity_send_money_v2_transaction_complete.xml index 79f54009..0a3326bc 100644 --- a/app/src/main/res/layout/activity_send_money_v2_transaction_complete.xml +++ b/app/src/main/res/layout/activity_send_money_v2_transaction_complete.xml @@ -236,7 +236,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" - android:layout_below="@id/tv_receiver" + android:layout_below="@id/nameContainer" android:maxLength="25" android:padding="10dp" android:singleLine="true"