Create the new gradiente file for the screens of secirity

feat_androidx_migration
dtvv 2018-10-12 14:00:55 -05:00
parent 9a75330207
commit f403ee22d4
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#13547a"
android:endColor="#80d0c7"
android:angle="45"/>
</shape>