• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android"
3	   android:shape="rectangle">
4	<gradient xmlns:android="http://schemas.android.com/apk/res/android"
5			  android:type="linear"
6			  android:angle="270"
7			  android:startColor="#f79646"
8			  android:endColor="#724520">
9	</gradient>
10</shape>
11