diff options
author | Marvin Borner | 2018-09-09 19:27:09 +0200 |
---|---|---|
committer | Marvin Borner | 2018-09-09 19:27:09 +0200 |
commit | 4821b9e70674f1f798fe57736811e1139691105b (patch) | |
tree | ea7e71e3692c32e09ce8605c3e89b419a861f59b /app/src/main/res/drawable/text_email_top_background.xml | |
parent | bd0c9e48638e1706cc0f5201dc1182773d9196de (diff) |
Further login screen designing :lipstick: :art:
Diffstat (limited to 'app/src/main/res/drawable/text_email_top_background.xml')
-rw-r--r-- | app/src/main/res/drawable/text_email_top_background.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/text_email_top_background.xml b/app/src/main/res/drawable/text_email_top_background.xml new file mode 100644 index 0000000..54e66e8 --- /dev/null +++ b/app/src/main/res/drawable/text_email_top_background.xml @@ -0,0 +1,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>
\ No newline at end of file |