private_chat_rectangle_selected.xml
358 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="30dp"
android:height="20dp" />
<corners
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp"/>
<solid android:color="@color/title_red"/>
</shape>