cs306-versus/versus-app

View on GitHub
app/src/main/res/drawable-nodpi/rectangle_35_shape.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<!-- rectangle_35 from your XD file. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
    <stroke android:color="#000000" android:width="2dp" />
    <corners android:topLeftRadius="0dp"
        android:topRightRadius="20dp"
        android:bottomLeftRadius="0dp"
        android:bottomRightRadius="0dp"/>
    <solid android:color="@color/rectangle_35_color" />
</shape>