Updated on 2026-08-14

This commit is contained in:
Tangem 2021-09-23 12:57:44 +03:00
parent 2f1c895917
commit d8d81aee62
2 changed files with 1 additions and 3 deletions

View file

@ -2,8 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutDescription="@xml/fragment_welcome_scene">
android:layout_height="match_parent">
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/imv_back_card"

View file

@ -28,7 +28,6 @@
android:id="@+id/onboarding_main_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutDescription="@xml/fragment_welcome_scene"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<ProgressBar