digital card fragment

This commit is contained in:
Mariya
2023-11-13 10:53:44 +05:30
parent 264c4ebe74
commit f00a639028
3 changed files with 74 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.hpostesting.presentation.hemocube.DigitalCardFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
</FrameLayout>