blob: 2352aa1b95bb7f5bbeff01b00c1d676539a78188 (
plain)
1
2
3
4
5
6
7
8
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="135"
android:endColor="#2b6cc7"
android:startColor="#00a5da"
android:type="linear" />
</shape>
|