7 lines
424 B
XML
7 lines
424 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true" android:drawable="@drawable/button_around_oilstation_land_dark_hover" />
|
|
<item android:state_selected="true" android:drawable="@drawable/button_around_oilstation_land_dark_hover" />
|
|
<item android:drawable="@drawable/button_around_oilstation_land_dark" />
|
|
</selector> |