aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/main/res/drawable/text_password_bottom_background.xml
blob: c8432bfacb1d03967ee619c6f69ed53aad8ed640 (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:bottomLeftRadius="15dp"
        android:bottomRightRadius="15dp" />
</shape>