blob: 925fcfbe874fb1f7ccb5680ac6853779250e0126 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient android:startColor="#0D1B2A" android:endColor="#1A3A5C" android:angle="135"/>
<corners android:radius="8dp"/>
</shape>
|