aboutsummaryrefslogtreecommitdiffstats
path: root/res/drawable/message_border.xml
blob: 4a581e7df37e786f1425841de401840afdd0e05e (plain)
1
2
3
4
5
6
<?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>