Updated on 2026-08-14
This commit is contained in:
parent
d6b583e5fd
commit
28d40bd7e7
7 changed files with 25 additions and 5 deletions
|
|
@ -53,13 +53,13 @@
|
|||
android:ellipsize="end"
|
||||
android:letterSpacing="0.03"
|
||||
android:singleLine="true"
|
||||
android:text="@string/transaction_history_tx_in_progress"
|
||||
android:textColor="@color/text_attention"
|
||||
android:textSize="12sp"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tv_tx_amount_sign"
|
||||
app:layout_constraintStart_toStartOf="@+id/tv_tx_hash"
|
||||
tools:text="In progress..." />
|
||||
app:layout_constraintStart_toStartOf="@+id/tv_tx_hash" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_tx_amount_sign"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
android:layout_marginStart="16dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:letterSpacing="0.01"
|
||||
android:text="Transactions"
|
||||
android:text="@string/transaction_history_title"
|
||||
android:textColor="@color/text_tertiary"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
android:layout_marginStart="24dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:text="You don't have any transactions yet"
|
||||
android:text="@string/transaction_history_empty_transactions"
|
||||
android:textColor="@color/text_tertiary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:text="Failed to load transactions"
|
||||
android:text="@string/transaction_history_error_failed_to_load"
|
||||
android:textColor="@color/text_tertiary"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
|
|||
|
|
@ -449,6 +449,10 @@
|
|||
<string name="app_settings_enable_biometrics_description">Go to settings to enable biometric authentication in the Tangem App</string>
|
||||
<string name="wallet_balance_missing_derivation">Scan the card</string>
|
||||
<string name="disclaimer_error_loading">Check your internet connection or switch to a different network</string>
|
||||
<string name="transaction_history_tx_in_progress">In progress…</string>
|
||||
<string name="transaction_history_error_failed_to_load">Failed to load transactions</string>
|
||||
<string name="transaction_history_empty_transactions">You don\'t have any transactions yet</string>
|
||||
<string name="transaction_history_title">Transactions</string>
|
||||
|
||||
<!-- Special string -->
|
||||
<string name="common_custom_string">%s</string>
|
||||
|
|
|
|||
|
|
@ -449,6 +449,10 @@
|
|||
<string name="app_settings_enable_biometrics_description">Go to settings to enable biometric authentication in the Tangem App</string>
|
||||
<string name="wallet_balance_missing_derivation">Scan the card</string>
|
||||
<string name="disclaimer_error_loading">Check your internet connection or switch to a different network</string>
|
||||
<string name="transaction_history_tx_in_progress">In progress…</string>
|
||||
<string name="transaction_history_error_failed_to_load">Failed to load transactions</string>
|
||||
<string name="transaction_history_empty_transactions">You don\'t have any transactions yet</string>
|
||||
<string name="transaction_history_title">Transactions</string>
|
||||
|
||||
<!-- Special string -->
|
||||
<string name="common_custom_string">%s</string>
|
||||
|
|
|
|||
|
|
@ -449,6 +449,10 @@
|
|||
<string name="app_settings_enable_biometrics_description">Go to settings to enable biometric authentication in the Tangem App</string>
|
||||
<string name="wallet_balance_missing_derivation">Scan the card</string>
|
||||
<string name="disclaimer_error_loading">Check your internet connection or switch to a different network</string>
|
||||
<string name="transaction_history_tx_in_progress">In progress…</string>
|
||||
<string name="transaction_history_error_failed_to_load">Failed to load transactions</string>
|
||||
<string name="transaction_history_empty_transactions">You don\'t have any transactions yet</string>
|
||||
<string name="transaction_history_title">Transactions</string>
|
||||
|
||||
<!-- Special string -->
|
||||
<string name="common_custom_string">%s</string>
|
||||
|
|
|
|||
|
|
@ -449,6 +449,10 @@
|
|||
<string name="app_settings_enable_biometrics_description">Перейдите в настройки, чтобы включить биометрическую аутентификацию в приложении Tangem App</string>
|
||||
<string name="wallet_balance_missing_derivation">Отсканируйте карту</string>
|
||||
<string name="disclaimer_error_loading">Проверьте подключение с интернетом или переключитесь на другую сеть</string>
|
||||
<string name="transaction_history_tx_in_progress">В процессе…</string>
|
||||
<string name="transaction_history_error_failed_to_load">Не удалось загрузить транзакции</string>
|
||||
<string name="transaction_history_empty_transactions">У вас еще нет транзакций</string>
|
||||
<string name="transaction_history_title">Транзакции</string>
|
||||
|
||||
<!-- Special string -->
|
||||
<string name="common_custom_string">%s</string>
|
||||
|
|
|
|||
|
|
@ -450,6 +450,10 @@
|
|||
<string name="app_settings_enable_biometrics_description">Go to settings to enable biometric authentication in the Tangem App</string>
|
||||
<string name="wallet_balance_missing_derivation">Scan the card</string>
|
||||
<string name="disclaimer_error_loading">Check your internet connection or switch to a different network</string>
|
||||
<string name="transaction_history_tx_in_progress">In progress…</string>
|
||||
<string name="transaction_history_error_failed_to_load">Failed to load transactions</string>
|
||||
<string name="transaction_history_empty_transactions">You don\'t have any transactions yet</string>
|
||||
<string name="transaction_history_title">Transactions</string>
|
||||
|
||||
<!-- Special string -->
|
||||
<string name="common_custom_string">%s</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue