Updated on 2026-08-14
This commit is contained in:
parent
8bc1d4bc88
commit
562f8a240a
2 changed files with 15 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
6
tangem-demo/src/main/res/values/strings_scan.xml
Normal file
6
tangem-demo/src/main/res/values/strings_scan.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue