whitewind664/sdp

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

Summary

Maintainability
Test Coverage
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="#fff" />
    <corners android:topLeftRadius="5dp" android:radius="15dp" />
</shape>