Files
fast-messenger/app/src/main/res/drawable/ic_message_unread.xml
T
melod1n da21035fba Removed unused resources
refactoring
unread messages view
unread counter
avatar in toolbar
2021-09-12 03:39:28 +03:00

10 lines
261 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/white" />
<corners
android:bottomLeftRadius="34dp"
android:topLeftRadius="34dp" />
</shape>