mobile_tele2med_2024/lib/res/drawable/green.xml
2024-04-09 16:57:26 +03:00

15 lines
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<!--
<solid android:color="#66CC33" /> -->
<gradient android:type="linear"
android:angle="90"
android:startColor="#D066CC33"
android:centerColor="#D099CC00"
android:endColor="#D066CC33"/>
<corners android:radius="4dp" />
</shape>