blob: 050d9b04d25727075a522eade585b3e12b264258 (
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="#0A2A5E" android:endColor="#1565C0" android:angle="135"/>
<corners android:radius="8dp"/>
</shape>
|