1
0
mirror of https://github.com/moparisthebest/Conversations synced 2025-03-05 11:09:40 -05:00
2014-01-26 03:27:55 +01:00

6 lines
310 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="2dp"/>
<padding android:left="1.5dp" android:right="1.5dp" android:top="1.5dp" android:bottom="1.5dp"/>
<solid android:color="#cecece"/>
</shape>