safedispatch-mobile/res/layout/style_grid.xml
2022-03-10 16:31:03 +02:00

17 lines
473 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" >
<shape>
<solid
android:color="#a01010" />
</shape>
</item>
<item>
<shape>
<gradient
android:startColor="#ffffff"
android:endColor="#ffffff"
android:angle="180" />
</shape>
</item>
</selector>