Alvaro2112/Money_run

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

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="300dp"
    android:layout_height="500dp"
    android:background="@drawable/layout_rounded">

    <ListView
        android:id="@+id/in_game_scores_listview"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentEnd="true"
        android:layout_alignParentBottom="true"></ListView>

</RelativeLayout>