aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_border.xml
blob: 73c7a6716baeb1350ef05a52cb97d904f910e08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <corners android:radius="5dp" />

    <padding
        android:bottom="1.5dp"
        android:left="1.5dp"
        android:right="1.5dp"
        android:top="1.5dp" />

    <solid android:color="@color/black12" />

</shape>