OsmAnd/OsmAnd/res/drawable/btn_round_night.xml
Victor Shcherb 1334757f95 Update icons
2015-03-19 00:15:00 +01:00

6 lines
No EOL
269 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/btn_round_night_p"/>
<item android:drawable="@drawable/btn_round_night_n"/>
</selector>