cs306-versus/versus-app

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

Summary

Maintainability
Test Coverage
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#1D4EB5" /> <!-- Background color -->
    <corners android:radius="24dp" /> <!-- Corner radius -->
</shape>