d
This commit is contained in:
10
app/src/main/res/drawable/shape_deal.xml
Normal file
10
app/src/main/res/drawable/shape_deal.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:type="linear"
|
||||
android:useLevel="true"
|
||||
android:startColor="#ff2680eb"
|
||||
android:endColor="#ff70b1ff"
|
||||
android:angle="135" />
|
||||
<corners android:topLeftRadius="0dp" android:topRightRadius="0dp" android:bottomLeftRadius="15dp" android:bottomRightRadius="0dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user