Files
CS-Classes/CS435-Mobile_Sec/EVABSv4/res/drawable/gradient.xml
2025-06-17 14:42:22 -07:00

5 lines
294 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#ff455a64" android:endColor="#ff455a64" android:angle="45.0" android:type="linear" android:centerColor="#ff009688" />
</shape>