Files
Pupil/app/src/main/res/layout/transfer_activity.xml
tom5079 03b88c5b4b wip
2024-04-11 08:44:56 -07:00

7 lines
350 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.fragment.app.FragmentContainerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_container_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:name="xyz.quaver.pupil.ui.fragment.TransferDirectionFragment" />