Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-27 15:35:16 +03:00
parent 89a6e55bab
commit 1b7199047f
2 changed files with 4 additions and 3 deletions

View file

@ -638,7 +638,6 @@ class LoadedWallet : Fragment(), NfcAdapter.ReaderCallback, CardProtocol.Notific
} catch (e: Exception) {
e.printStackTrace()
}
}
private fun openVerifyCard(cardProtocol: CardProtocol) {

View file

@ -95,8 +95,9 @@
<TextView
android:id="@+id/tvBalance"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="2"
android:fontFamily="@font/montserrat_light"
android:paddingLeft="10dp"
android:paddingRight="10dp"
@ -108,9 +109,10 @@
<TextView
android:id="@+id/tvBlockchain"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:layout_weight="1"
android:fontFamily="@font/montserrat_light"
android:paddingLeft="10dp"
android:paddingRight="10dp"