anotherim/src/main/res/drawable/background_message_separator.xml

5 lines
200 B
XML
Raw Normal View History

2014-10-22 16:38:44 +00:00
<?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:radius="8dp"/>
2014-10-22 16:38:44 +00:00
</shape>