safedispatch-mobile/libSafeMobile/src/main/res/layout/row_vehicle_style.xml

17 lines
473 B
XML
Raw Normal View History

2022-03-10 14:31:03 +00:00
<?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>