diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index cab94d8e30..8895af2ada 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/src/main/res/layout/activity_confirm_payment.xml b/app/src/main/res/layout/activity_confirm_payment.xml index 838607e317..5f6151d81d 100644 --- a/app/src/main/res/layout/activity_confirm_payment.xml +++ b/app/src/main/res/layout/activity_confirm_payment.xml @@ -14,7 +14,7 @@ android:fontFamily="@font/raleway_r" android:paddingBottom="4dp" android:paddingTop="8dp" - android:text="Send payment" + android:text="@string/send_payment" android:textAlignment="center" android:textColor="@color/primary" android:textSize="@dimen/text_size_large" @@ -38,9 +38,9 @@ @@ -48,74 +48,75 @@ android:id="@+id/tvCardID" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="16dp" + android:layout_marginStart="16dp" android:layout_marginTop="4dp" android:fontFamily="@font/montserrat_light" - android:text=" " android:textColor="@color/black" android:textSize="@dimen/text_size_medium" - android:textStyle="bold"/> + android:textStyle="bold" + tools:text="3434 7474 7474 8484"/> + android:textStyle="bold" + tools:text="0.844"/> + android:textSize="@dimen/text_size_1_small" + tools:text="343"/> + + + android:layout_marginStart="16dp"> @@ -214,12 +214,12 @@ android:layout_marginEnd="12dp" android:layout_marginTop="12dp" android:fontFamily="@font/montserrat_light" - android:text=" " android:textColor="@android:color/darker_gray" - android:textSize="14dp" + android:textSize="@dimen/text_size_1_small" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintTop_toTopOf="parent"/> + app:layout_constraintTop_toTopOf="parent" + tools:text="0000"/> @@ -242,63 +242,28 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="4dp" - android:layout_marginLeft="7dp" + android:layout_marginStart="7dp" android:layout_marginTop="16dp" android:fontFamily="@font/raleway_r" - android:text="Fee" + android:text="@string/fee" android:textColor="@color/primary" android:textSize="@dimen/text_size_medium" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + android:text="@string/minimal" + android:textSize="@dimen/text_size_medium"/> + android:text="@string/normal" + android:textSize="@dimen/text_size_medium"/> + android:text="@string/priority" + android:textSize="@dimen/text_size_medium"/> + @@ -334,21 +300,20 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - @@ -373,15 +338,14 @@ android:id="@+id/tvFeeEquivalent" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginLeft="8dp" + android:layout_marginStart="8dp" android:fontFamily="@font/montserrat_light" - android:text=" " android:textColor="@android:color/darker_gray" - android:textSize="14dp" + android:textSize="@dimen/text_size_1_small" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toRightOf="@+id/tvCurrency2" - app:layout_constraintTop_toTopOf="parent"/> - + app:layout_constraintTop_toTopOf="parent" + tools:text="000"/> @@ -396,7 +360,7 @@ android:backgroundTint="@color/colorPrimary" android:fontFamily="@font/raleway_r" android:includeFontPadding="false" - android:text="Send" + android:text="@string/send_1" android:textColor="@color/white" android:textSize="@dimen/text_size_large" app:layout_constraintBottom_toBottomOf="parent" @@ -417,4 +381,4 @@ app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="@+id/llFee"/> - + \ No newline at end of file diff --git a/app/src/main/res/layout/fr_loaded_wallet.xml b/app/src/main/res/layout/fr_loaded_wallet.xml index 31c4a5aae6..2c91287e6f 100644 --- a/app/src/main/res/layout/fr_loaded_wallet.xml +++ b/app/src/main/res/layout/fr_loaded_wallet.xml @@ -562,22 +562,7 @@ - - - - - - - - - - - - - - - + layout="@layout/layout_progress_horizontal" + android:visibility="invisible"/> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c4eacae910..75be753859 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,6 +35,13 @@ Last withdrawal Try to scan again Cannot erase wallet with non-zero balance + Send payment + From banknote + with balance + Send to wallet + Amount + (including fee) + mBTC Your Android device is rooted. Security at risk! @@ -118,15 +125,8 @@ By tapping the card, you will permanently remove the blockchain wallet. Ensure there will be no further incoming transactions - Send payment - From banknote - with balance - Send to wallet enter wallet address - Amount - (including fee) enter amount - mBTC Verify @@ -144,4 +144,14 @@ Incorrect destination wallet address Destination wallet address equal source address + + target wallet address + payment amount + Fee + Send + + Minimal + Normal + Priority + \ No newline at end of file