Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-14 16:11:46 +03:00
parent 74435ae3fd
commit 5f1e59aae0

View file

@ -2,6 +2,7 @@
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/background_primary">
</androidx.coordinatorlayout.widget.CoordinatorLayout>