tangem-app-android-audited/app/src/main/res/layout/activity_main.xml
2024-12-28 13:00:45 +04:00

15 lines
No EOL
651 B
XML

<?xml version="1.0" encoding="utf-8"?>
<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:background="@color/background_primary"
android:filterTouchesWhenObscured="true">
<androidx.compose.ui.platform.ComposeView
android:id="@+id/compose_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>