1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copied from https://cs.android.com/android/platform/superproject/main/+/main:cts/tests/tests/graphics/res/drawable/gradientdrawable_mix_theme.xml --> 3<shape 4 xmlns:android="http://schemas.android.com/apk/res/android" 5 android:shape="rectangle"> 6 <gradient 7 android:angle="270" 8 android:type="?attr/GradientType" 9 android:gradientRadius="87px" 10 android:centerColor="@color/colorPrimary" 11 android:endColor="?attr/colorPrimaryDark"/> 12</shape> 13