xref: /aosp_15_r20/cts/apps/CtsVerifier/res/drawable/test_pass_gradient.xml (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
2    <gradient android:startColor="#3399D200"
3              android:centerColor="#6699D200"
4              android:endColor="#FF99D200"
5              android:angle="315"/>
6</shape>