Create the new gradiente file for the screens of secirity
This commit is contained in:
parent
9a75330207
commit
f403ee22d4
1 changed files with 8 additions and 0 deletions
8
app/src/main/res/drawable/gradient.xml
Normal file
8
app/src/main/res/drawable/gradient.xml
Normal 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>
|
Loading…
Reference in a new issue