Updated on 2026-08-14

This commit is contained in:
Tangem 2018-09-13 13:23:51 +03:00
parent 9bd8a002ae
commit 46491cf1f0
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ android {
applicationId "com.tangem.wallet"
minSdkVersion 21
targetSdkVersion 27
versionCode 79
versionCode 80
versionName "0.88.1." + generateVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View file

@ -75,7 +75,7 @@
android:textColor="@color/black"
android:textSize="@dimen/text_size_medium"
android:textStyle="bold"
tools:text="4.51735 mBtc" />
tools:text="4.51735 mBTC" />
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
@ -133,7 +133,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="1dp"
android:layout_marginLeft="5dp"
android:layout_marginStart="5dp"
android:fontFamily="@font/maax"
android:textColor="@color/primary"
android:textSize="14sp"