1
0
mirror of https://github.com/moparisthebest/Conversations synced 2025-03-08 12:49:41 -05:00

6 lines
317 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="@color/divider"/>
</shape>