.
This commit is contained in:
12
app/src/main/res/drawable/bg_gradient_header.xml
Normal file
12
app/src/main/res/drawable/bg_gradient_header.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="@color/primary_color"
|
||||
android:endColor="@color/secondary_color"
|
||||
android:angle="135"
|
||||
android:type="linear" />
|
||||
<corners
|
||||
android:bottomLeftRadius="36dp"
|
||||
android:bottomRightRadius="36dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user