Updated on 2026-08-14

This commit is contained in:
Tangem 2020-04-01 14:10:19 +03:00
parent 8bc1d4bc88
commit 562f8a240a
2 changed files with 15 additions and 0 deletions

View file

@ -28,6 +28,15 @@
</ScrollView>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:textSize="18sp"
android:layout_margin="@dimen/def_double_indent"
android:text="@string/empty_screen_stub" />
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/fab_action"
android:layout_width="wrap_content"

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="empty_screen_stub">To read the card, press the button at the right bottom corner of the screen</string>
</resources>