aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/drawable/text_email_top_background.xml
blob: 54e66e8b7436af75fb82f3bb9e1de3cf4ce9fc8f (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <size android:height="60dp" />
    <solid android:color="#FFFFFF" />
    <corners
        android:topLeftRadius="15dp"
        android:topRightRadius="15dp" />
</shape>