aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/message_border.xml
blob: cee834e98c5e1e095966ebc34d62ad9ed5376ab9 (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/grey800" />

</shape>