Files
sodalive-android/app/src/main/res/layout/fragment_can_status.xml
2023-07-30 16:20:58 +09:00

12 lines
389 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_can_status"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>