Updated on 2026-08-14

This commit is contained in:
Tangem 2019-08-30 13:22:00 +03:00
commit af06bdca22
71 changed files with 1010 additions and 296 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View file

@ -1,4 +1,5 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/clLogoContainer"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@ -17,7 +18,7 @@
android:fontFamily="@font/maax"
android:textAlignment="center"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="@android:color/holo_red_light"
android:textColor="@android:color/black"
android:textSize="@dimen/text_size_small"
android:visibility="gone"
app:layout_constraintEnd_toEndOf="parent"
@ -47,7 +48,7 @@
android:text="@string/splash_version_name_release"
android:textAlignment="center"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="@android:color/holo_red_light"
android:textColor="@android:color/black"
android:textSize="@dimen/text_size_small"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -66,8 +66,8 @@
<string name="menu_loaded_wallet_erase_wallet">Erase wallet</string>
<!-- Splash Screen -->
<string name="splash_version_name_debug">BETA v.%1$s \n dev \n build %2$s</string>
<string name="splash_version_name_release">BETA v.%1$s</string>
<string name="splash_version_name_debug">ALPHA v.%1$s \n dev \n build %2$s</string>
<string name="splash_version_name_release">v.%1$s</string>
<string name="splash_cardano">Cardano</string>