Weather/res/drawable/map_pause_disable.xml
2021-05-10 10:13:34 +02:00

6 lines
226 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/map_play" />
<item android:drawable="@color/white_50p" />
</layer-list>