Newer
Older
csv2brain / app / src / main / res / layout / activity_exam_item.xml
ubt on 24 Jan 2024 356 bytes 增加习题列表
<?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">

    <ListView
        android:id="@+id/item_list_view"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</FrameLayout>