cs306-versus/versus-app

View on GitHub
app/src/main/res/drawable/custom_dialog_background.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/main_app_color"/> <!--Change color if needed-->

    <corners android:radius="25dp"/> <!-- Change the radius to adjust the roundness of corners -->

    <!-- Add padding if necessary-->

</shape>