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

14 lines
373 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- "background shadow" -->
<item android:drawable="@drawable/shadow"/>
<item
android:bottom="1dp"
android:left="1dp"
android:right="1dp"
android:top="1dp"
android:drawable="@drawable/green"/>
</layer-list>