デバッグメニュー用のRowアイテム作成 WIP

This commit is contained in:
r-ca 2023-12-16 20:42:53 +09:00
parent 30cd6b94f0
commit 88a64ce43d
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

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>