aboutsummaryrefslogtreecommitdiffstats
path: root/conversations/src/main/res/drawable/message_border.xml
blob: b35693d5cca7e2721a048218bb60849101d45f5e (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="2dp" />

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

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

</shape>