first commit
This commit is contained in:
10
app/src/main/res/drawable/bg_header_gradient.xml
Normal file
10
app/src/main/res/drawable/bg_header_gradient.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#00B894"
|
||||
android:startColor="#3FE0C2" />
|
||||
<corners android:bottomLeftRadius="32dp" android:bottomRightRadius="32dp" />
|
||||
</shape>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user