レイアウトファイル作成

This commit is contained in:
ろむねこ 2023-12-20 12:25:31 +09:00 committed by ろむねこ
parent d5f3d36d23
commit 955c0122cf

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>