blob: 73fe2d2f30328b724b133aede3654af6b6b43d3a (
plain) (
tree)
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="@color/colorPrimaryDark"
android:startColor="@color/colorPrimary"
android:type="linear" />
</shape>
|