safedispatch-mobile/libSafeMobile/src/main/res/layout/row_vehicle_style.xml
2022-03-14 11:53:00 +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>