<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="5dp"/>
<gradient android:angle="45"
android:type="linear"
android:startColor="#999999"
android:endColor="#00a650" />
</shape>
How Can I make an XML file like this image? Android studio I tried But couldn't. Angle Should be 30% And make a border diagonally.
Image LInk https://i.stack.imgur.com/cJETA.jpg