ConnectOut-sdp/sdp2023

View on GitHub
app/src/main/res/layout/fragment_post_list.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/post_fragment_id"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

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

</RelativeLayout>