Create the new gradiente file for the screens of secirity

This commit is contained in:
dtvv 2018-10-12 14:00:55 -05:00
parent 9a75330207
commit f403ee22d4

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>