1
0
mirror of https://github.com/moparisthebest/Conversations synced 2025-03-09 14:19:48 -04:00
2014-07-10 00:13:30 +02:00

6 lines
300 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/darkbackground"/>
<corners android:radius="8dip"/>
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
</shape>