btn_chat_send_nor.xml
332 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#e6e6e6" />
<corners android:radius="2dp" />
<stroke android:width="1px" android:color="#bfbfbf" android:dashWidth="1px"
android:dashGap="0dp" />
</shape>