Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-19 13:39:22 +03:00
parent c439e63337
commit 1c2dec4cb6
6 changed files with 111 additions and 159 deletions

View file

@ -11,8 +11,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@font/maax"
android:paddingBottom="4dp"
android:paddingTop="8dp"
android:paddingBottom="4dp"
android:text="@string/send_payment"
android:textAlignment="center"
android:textColor="@color/primary"
@ -27,10 +27,10 @@
android:layout_height="wrap_content"
android:background="@color/btn_light"
android:orientation="vertical"
android:paddingBottom="8dp"
android:paddingEnd="5dp"
android:paddingStart="5dp"
android:paddingTop="8dp"
android:paddingEnd="5dp"
android:paddingBottom="8dp"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
@ -133,8 +133,8 @@
android:id="@+id/tvIncFee"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="1dp"
android:layout_marginStart="5dp"
android:layout_marginBottom="1dp"
android:fontFamily="@font/maax"
android:textColor="@color/primary"
android:textSize="14sp"
@ -169,10 +169,10 @@
android:id="@+id/tvCurrency"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginEnd="8dp"
android:layout_marginStart="8dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="8dp"
android:layout_marginBottom="8dp"
android:fontFamily="@font/maax"
android:text="@string/m_btc"
android:textSize="@dimen/text_size_large"
@ -201,9 +201,9 @@
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:layout_marginStart="7dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="4dp"
android:fontFamily="@font/maax"
android:text="@string/fee"
android:textColor="@color/primary"
@ -281,8 +281,8 @@
android:id="@+id/tvCurrency2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:fontFamily="@font/maax"
android:text="@string/m_btc"
android:textSize="@dimen/text_size_medium"
@ -295,8 +295,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/maax"
android:paddingEnd="10dp"
android:paddingStart="10dp"
android:paddingEnd="10dp"
android:textColor="@android:color/darker_gray"
android:textSize="@dimen/text_size_1_small"
app:layout_constraintBottom_toBottomOf="parent"

View file

@ -189,7 +189,7 @@
<string name="please_wait_for_confirmation_of_incoming_transaction">Please wait for confirmation of incoming transaction</string>
<string name="not_enough_eth_for_gas">Not enough ETH funds for gas</string>
<string name="pin_2_is_required_to_sign_the_payment">PIN2 is required to sign the payment</string>
<string name="not_enough_funds">Not enough funds</string>
<!-- EmptyWalletActivity -->
<string name="wallet_has_not_been_yet_created">Wallet hasn\'t been yet created</string>

View file

@ -8,6 +8,7 @@
<string name="no_data_string">-- -- --</string>
<string name="no_data_string_1">---- ---- ---- ----</string>
<string name="pin_back">&lt;</string>
<string name="empty">--</string>
<string name="_1">1</string>
<string name="_2">2</string>
<string name="_3">3</string>