CultureQuestORG/SDP2023

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

Summary

Maintainability
Test Coverage
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@android:color/transparent" /> <!-- Set background color to transparent -->
    <stroke
        android:color="#000000"
        android:width="2dp" />
    <corners android:radius="8dp" />
</shape>