aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/message_border.xml
blob: b463d788efe7f259cd9571d66efa02a49e6a76e6 (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>